#CACAF5

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

Shades of Lavender Blue #CACAF5

Tints of Lavender Blue #CACAF5

Color information

#CACAF5 (or 0xCACAF5) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and F5. RGB value is (202,202,245). Sum of RGB (Red+Green+Blue) = 202+202+245=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAF5 is #35350A. Grayscale: #CECECE. Windows color (decimal): -3486987 or 16108234. OLE color: 16108234.

HSL color Cylindrical-coordinate representation of color #CACAF5: hue angle of 240º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACAF5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202202245-
CMYK0.180.1800.04
HSL240º68.25%87.65%-
HSV(B)240º17.55%96.08%-
XYZ61.9661.3994.97-
YUV206.9149.5124.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 245 (96.09% from 255) = 37.75%
R=31.12%
G=31.12%
B=37.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022022450.180.1800.0424068.2587.65
HexCACAF5121204f04458
Octal312312365222204360104130
Binary110010101100101011110101100101001001001111000010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAF5; }

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

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

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

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

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

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

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

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