#C3C8FF

Color #C3C8FF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C3C8FF

Tints of Lavender Blue #C3C8FF

Color information

#C3C8FF (or 0xC3C8FF) is unknown color: approx Lavender Blue. HEX triplet: C3, C8 and FF. RGB value is (195,200,255). Sum of RGB (Red+Green+Blue) = 195+200+255=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C8FF is #3C3700. Grayscale: #CCCCCC. Windows color (decimal): -3946241 or 16763075. OLE color: 16763075.

HSL color Cylindrical-coordinate representation of color #C3C8FF: hue angle of 235º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C8FF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195200255-
CMYK0.240.2200
HSL235º100%88.24%-
HSV(B)235º23.53%100%-
XYZ61.2160.13102.99-
YUV204.77156.34121.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 200 (78.52% from 255) = 30.77%
BLUE value IS 255 (100% from 255) = 39.23%
R=30%
G=30.77%
B=39.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952002550.240.220023510088.24
HexC3C8FF181600eb6458
Octal303310377302600353144130
Binary1100001111001000111111111100010110001110101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C8FF; }

 p { color: rgb(195,200,255); }

 H1.HeaderClassName
 {
   color: #C3C8FF;
 }
 .AnyTagClassName
 {
   color: #C3C8FF;
 }
</style>
background-color css

<style>
 a { background-color: #C3C8FF; }

 a { background-color: rgb(195,200,255); }

 div.DivClassName
 {
   background-color: #C3C8FF;
 }
 .BgClassName
 {
   background-color: #C3C8FF;
 }
</style>
border-color css

<style>
 span { border-color: #C3C8FF; }

 span { border-color: rgb(195,200,255); }

 td.TdClassName
 {
   border-color: #C3C8FF;
 }
 .TagClassName
 {
   border-color: #C3C8FF;
 }
</style>