#CACDF4

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

Shades of Lavender Blue #CACDF4

Tints of Lavender Blue #CACDF4

Color information

#CACDF4 (or 0xCACDF4) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and F4. RGB value is (202,205,244). Sum of RGB (Red+Green+Blue) = 202+205+244=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #CACDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDF4 is #35320B. Grayscale: #D0D0D0. Windows color (decimal): -3486220 or 16043466. OLE color: 16043466.

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

Color convert

RGB202205244-
CMYK0.170.1600.04
HSL235.71º65.62%87.45%-
HSV(B)235.71º17.21%95.69%-
XYZ62.5262.7594.41-
YUV208.55148.01123.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 244 (95.70% from 255) = 37.48%
R=31.03%
G=31.49%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022052440.170.1600.04235.7165.6287.45
HexCACDF4111004ec4257
Octal312315364212004354102127
Binary110010101100110111110100100011000001001110110010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDF4; }

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

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

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

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

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

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

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

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