Html Css Color HEX #C4CBFF Lavender Blue

📋 copy color: '#C4CBFF'

red 196 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #C4CBFF

Tints of Lavender Blue #C4CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.99%

R = 29.97%
G = 31.04%
B = 38.99%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4CBFF (or 0xC4CBFF) is known color: Lavender Blue. HEX triplet: C4, CB and FF. RGB value is (196,203,255). Sum of RGB (Red+Green+Blue) = 196+203+255=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBFF is #3B3400. Grayscale: #CECECE. Windows color (decimal): -3879937 or 16763844. OLE color: 16763844.

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

Color convert

RGB 196 203 255 -
CMYK 0.23 0.20 0 0
HSL 232.88º 1% 0.88% -
HSV(B) 232.88º 0.23% 1% -
XYZ 62.17 61.67 103.23 -
YUV 206.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 196 203 255 0.23 0.20 0 0 232.88 1 0.88
Hex C4 CB FF 17 14 0 0 E9 64 58
Octal 304 313 377 27 24 0 0 351 144 130
Binary 11000100 11001011 11111111 10111 10100 0 0 11101001 1100100 1011000

Color Harmonies of #C4CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBFF

Black with #C4CBFF

Text Example


Text Example

White with #C4CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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