#C4CCFE

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

Shades of Lavender Blue #C4CCFE

Tints of Lavender Blue #C4CCFE

Color information

#C4CCFE (or 0xC4CCFE) is unknown color: approx Lavender Blue. HEX triplet: C4, CC and FE. RGB value is (196,204,254). Sum of RGB (Red+Green+Blue) = 196+204+254=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CCFE is #3B3301. Grayscale: #CFCFCF. Windows color (decimal): -3879682 or 16698564. OLE color: 16698564.

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

Color convert

RGB196204254-
CMYK0.230.2000.00
HSL231.72º96.67%88.24%-
HSV(B)231.72º22.83%99.61%-
XYZ62.2562.08102.47-
YUV207.31154.35119.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=29.97%
G=31.19%
B=38.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962042540.230.2000.00231.7296.6788.24
HexC4CCFE171400e86158
Octal304314376272400350141130
Binary1100010011001100111111101011110100001110100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCFE; }

 p { color: rgb(196,204,254); }

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

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

 a { background-color: rgb(196,204,254); }

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

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

 span { border-color: rgb(196,204,254); }

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