#CACAF4

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

Shades of Lavender Blue #CACAF4

Tints of Lavender Blue #CACAF4

Color information

#CACAF4 (or 0xCACAF4) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and F4. RGB value is (202,202,244). Sum of RGB (Red+Green+Blue) = 202+202+244=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #CACAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAF4 is #35350B. Grayscale: #CECECE. Windows color (decimal): -3486988 or 16042698. OLE color: 16042698.

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

Color convert

RGB202202244-
CMYK0.170.1700.04
HSL240º65.62%87.45%-
HSV(B)240º17.21%95.69%-
XYZ61.8161.3394.17-
YUV206.79149124.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 244 (95.70% from 255) = 37.65%
R=31.17%
G=31.17%
B=37.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022022440.170.1700.0424065.6287.45
HexCACAF4111104f04257
Octal312312364212104360102127
Binary110010101100101011110100100011000101001111000010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAF4; }

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

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

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

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

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

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

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

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