#C4CEFE

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

Shades of Lavender Blue #C4CEFE

Tints of Lavender Blue #C4CEFE

Color information

#C4CEFE (or 0xC4CEFE) is unknown color: approx Lavender Blue. HEX triplet: C4, CE and FE. RGB value is (196,206,254). Sum of RGB (Red+Green+Blue) = 196+206+254=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEFE is #3B3101. Grayscale: #D0D0D0. Windows color (decimal): -3879170 or 16699076. OLE color: 16699076.

HSL color Cylindrical-coordinate representation of color #C4CEFE: hue angle of 229.66º 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 #C4CEFE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196206254-
CMYK0.230.1900.00
HSL229.66º96.67%88.24%-
HSV(B)229.66º22.83%99.61%-
XYZ62.7363.03102.63-
YUV208.48153.69119.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.88%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=29.88%
G=31.40%
B=38.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962062540.230.1900.00229.6696.6788.24
HexC4CEFE171300e66158
Octal304316376272300346141130
Binary1100010011001110111111101011110011001110011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEFE; }

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

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

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

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

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

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

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

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