Html Css Color HEX #C4CEFC Lavender Blue

📋 copy color: '#C4CEFC'

red 196 ◦ green 206 ◦ blue 252

#C4CEFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C4CEFC

Tints of Lavender Blue #C4CEFC

RGB

 RED value IS 196 (76.95% from 255) = 29.97%

 GREEN value IS 206 (80.86% from 255) = 31.5%

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 29.97%
G = 31.5%
B = 38.53%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4CEFC (or 0xC4CEFC) is known color: 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

RGB 196 206 252 -
CMYK 0.22 0.18 0 0.01
HSL 229.29º 0.9% 0.88% -
HSV(B) 229.29º 0.22% 0.99% -
XYZ 62.41 62.91 100.95 -
YUV 208.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 196 206 252 0.22 0.18 0 0.01 229.29 0.9 0.88
Hex C4 CE FC 16 12 0 1 E5 5A 58
Octal 304 316 374 26 22 0 1 345 132 130
Binary 11000100 11001110 11111100 10110 10010 0 1 11100101 1011010 1011000

Color Harmonies of #C4CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEFC

Black with #C4CEFC

Text Example


Text Example

White with #C4CEFC

Text Example


Text Example

HTML Codes & Css Web 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>