#C4CEFC

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

Shades of Lavender Blue #C4CEFC

Tints of Lavender Blue #C4CEFC

Color information

#C4CEFC (or 0xC4CEFC) is unknown color: approx Lavender Blue. HEX triplet: C4, CE and FC. RGB value is (196,206,252). Sum of RGB (Red+Green+Blue) = 196+206+252=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEFC is #3B3103. Grayscale: #D0D0D0. Windows color (decimal): -3879172 or 16568004. OLE color: 16568004.

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

Color convert

RGB196206252-
CMYK0.220.1800.01
HSL229.29º90.32%87.84%-
HSV(B)229.29º22.22%98.82%-
XYZ62.4162.91100.95-
YUV208.25152.69119.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=29.97%
G=31.50%
B=38.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962062520.220.1800.01229.2990.3287.84
HexC4CEFC161201e55a58
Octal304316374262201345132130
Binary1100010011001110111111001011010010011110010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEFC; }

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

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

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

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

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

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

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

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