Html Css Color HEX #C4CBFC Lavender Blue

📋 copy color: '#C4CBFC'

red 196 ◦ green 203 ◦ blue 252

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

Shades of Lavender Blue #C4CBFC

Tints of Lavender Blue #C4CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.18%

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

R = 30.11%
G = 31.18%
B = 38.71%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4CBFC (or 0xC4CBFC) is known color: Lavender Blue. HEX triplet: C4, CB and FC. RGB value is (196,203,252). Sum of RGB (Red+Green+Blue) = 196+203+252=651 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.11% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBFC is #3B3403. Grayscale: #CECECE. Windows color (decimal): -3879940 or 16567236. OLE color: 16567236.

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

Color convert

RGB 196 203 252 -
CMYK 0.22 0.19 0 0.01
HSL 232.5º 0.9% 0.88% -
HSV(B) 232.5º 0.22% 0.99% -
XYZ 61.69 61.48 100.71 -
YUV 206.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 196 203 252 0.22 0.19 0 0.01 232.5 0.9 0.88
Hex C4 CB FC 16 13 0 1 E8 5A 58
Octal 304 313 374 26 23 0 1 350 132 130
Binary 11000100 11001011 11111100 10110 10011 0 1 11101000 1011010 1011000

Color Harmonies of #C4CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBFC

Black with #C4CBFC

Text Example


Text Example

White with #C4CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBFC; }

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

 H1.HeaderClassName
 {
   color: #C4CBFC;
 }
 .AnyTagClassName
 {
   color: #C4CBFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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