#C4CAFB

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

Shades of Lavender Blue #C4CAFB

Tints of Lavender Blue #C4CAFB

Color information

#C4CAFB (or 0xC4CAFB) is unknown color: approx Lavender Blue. HEX triplet: C4, CA and FB. RGB value is (196,202,251). Sum of RGB (Red+Green+Blue) = 196+202+251=649 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.20% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFB is #3B3504. Grayscale: #CDCDCD. Windows color (decimal): -3880197 or 16501444. OLE color: 16501444.

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

Color convert

RGB196202251-
CMYK0.220.2000.02
HSL233.45º87.3%87.65%-
HSV(B)233.45º21.91%98.43%-
XYZ61.360.9499.8-
YUV205.79153.51121.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.20%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=30.20%
G=31.12%
B=38.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962022510.220.2000.02233.4587.387.65
HexC4CAFB161402e95758
Octal304312373262402351127130
Binary11000100110010101111101110110101000101110100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAFB; }

 p { color: rgb(196,202,251); }

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

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

 a { background-color: rgb(196,202,251); }

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

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

 span { border-color: rgb(196,202,251); }

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