#CACAF2

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

Shades of Lavender Blue #CACAF2

Tints of Lavender Blue #CACAF2

Color information

#CACAF2 (or 0xCACAF2) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and F2. RGB value is (202,202,242). Sum of RGB (Red+Green+Blue) = 202+202+242=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #CACAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAF2 is #35350D. Grayscale: #CECECE. Windows color (decimal): -3486990 or 15911626. OLE color: 15911626.

HSL color Cylindrical-coordinate representation of color #CACAF2: hue angle of 240º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACAF2 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202202242-
CMYK0.170.1700.05
HSL240º60.61%87.06%-
HSV(B)240º16.53%94.9%-
XYZ61.561.2192.58-
YUV206.56148124.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=31.27%
G=31.27%
B=37.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022022420.170.1700.0524060.6187.06
HexCACAF2111105f03d57
Octal31231236221210536075127
Binary11001010110010101111001010001100010101111100001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAF2; }

 p { color: rgb(202,202,242); }

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

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

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

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

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

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

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