#CACDF5

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

Shades of Lavender Blue #CACDF5

Tints of Lavender Blue #CACDF5

Color information

#CACDF5 (or 0xCACDF5) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and F5. RGB value is (202,205,245). Sum of RGB (Red+Green+Blue) = 202+205+245=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDF5 is #35320A. Grayscale: #D0D0D0. Windows color (decimal): -3486219 or 16109002. OLE color: 16109002.

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

Color convert

RGB202205245-
CMYK0.180.1600.04
HSL235.81º68.25%87.65%-
HSV(B)235.81º17.55%96.08%-
XYZ62.6762.8195.21-
YUV208.66148.51123.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=30.98%
G=31.44%
B=37.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022052450.180.1600.04235.8168.2587.65
HexCACDF5121004ec4458
Octal312315365222004354104130
Binary110010101100110111110101100101000001001110110010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDF5; }

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

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

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

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

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

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

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

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