#C2CAFB

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

Shades of Lavender Blue #C2CAFB

Tints of Lavender Blue #C2CAFB

Color information

#C2CAFB (or 0xC2CAFB) is unknown color: approx Lavender Blue. HEX triplet: C2, CA and FB. RGB value is (194,202,251). Sum of RGB (Red+Green+Blue) = 194+202+251=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAFB is #3D3504. Grayscale: #CCCCCC. Windows color (decimal): -4011269 or 16501442. OLE color: 16501442.

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

Color convert

RGB194202251-
CMYK0.230.2000.02
HSL231.58º87.69%87.25%-
HSV(B)231.58º22.71%98.43%-
XYZ60.7860.6899.77-
YUV205.19153.85120.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.98%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=29.98%
G=31.22%
B=38.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942022510.230.2000.02231.5887.6987.25
HexC2CAFB171402e85857
Octal302312373272402350130127
Binary11000010110010101111101110111101000101110100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAFB; }

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

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

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

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

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

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

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

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