#C2CAFA

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

Shades of Lavender Blue #C2CAFA

Tints of Lavender Blue #C2CAFA

Color information

#C2CAFA (or 0xC2CAFA) is unknown color: approx Lavender Blue. HEX triplet: C2, CA and FA. RGB value is (194,202,250). Sum of RGB (Red+Green+Blue) = 194+202+250=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAFA is #3D3505. Grayscale: #CCCCCC. Windows color (decimal): -4011270 or 16435906. OLE color: 16435906.

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

Color convert

RGB194202250-
CMYK0.220.1900.02
HSL231.43º84.85%87.06%-
HSV(B)231.43º22.4%98.04%-
XYZ60.6260.6198.95-
YUV205.08153.35120.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.03%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=30.03%
G=31.27%
B=38.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942022500.220.1900.02231.4384.8587.06
HexC2CAFA161302e75557
Octal302312372262302347125127
Binary11000010110010101111101010110100110101110011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAFA; }

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

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

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

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

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

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

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

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