#CACFF2

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

Shades of Lavender Blue #CACFF2

Tints of Lavender Blue #CACFF2

Color information

#CACFF2 (or 0xCACFF2) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and F2. RGB value is (202,207,242). Sum of RGB (Red+Green+Blue) = 202+207+242=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #CACFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF2 is #35300D. Grayscale: #D1D1D1. Windows color (decimal): -3485710 or 15912906. OLE color: 15912906.

HSL color Cylindrical-coordinate representation of color #CACFF2: hue angle of 232.5º 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 #CACFF2 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202207242-
CMYK0.170.1400.05
HSL232.5º60.61%87.06%-
HSV(B)232.5º16.53%94.9%-
XYZ62.763.5992.97-
YUV209.49146.34122.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=31.03%
G=31.80%
B=37.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022072420.170.1400.05232.560.6187.06
HexCACFF211E05e83d57
Octal31231736221160535075127
Binary1100101011001111111100101000111100101111010001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFF2; }

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

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

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

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

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

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

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

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