#CACFF4

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

Shades of Lavender Blue #CACFF4

Tints of Lavender Blue #CACFF4

Color information

#CACFF4 (or 0xCACFF4) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and F4. RGB value is (202,207,244). Sum of RGB (Red+Green+Blue) = 202+207+244=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #CACFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF4 is #35300B. Grayscale: #D1D1D1. Windows color (decimal): -3485708 or 16043978. OLE color: 16043978.

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

Color convert

RGB202207244-
CMYK0.170.1500.04
HSL232.86º65.62%87.45%-
HSV(B)232.86º17.21%95.69%-
XYZ6363.7194.57-
YUV209.72147.34122.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=30.93%
G=31.70%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022072440.170.1500.04232.8665.6287.45
HexCACFF411F04e94257
Octal312317364211704351102127
Binary11001010110011111111010010001111101001110100110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFF4; }

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

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

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

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

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

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

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

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