#CACDF1

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

Shades of Lavender Blue #CACDF1

Tints of Lavender Blue #CACDF1

Color information

#CACDF1 (or 0xCACDF1) is unknown color: approx Lavender Blue. HEX triplet: CA, CD and F1. RGB value is (202,205,241). Sum of RGB (Red+Green+Blue) = 202+205+241=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #CACDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDF1 is #35320E. Grayscale: #D0D0D0. Windows color (decimal): -3486223 or 15846858. OLE color: 15846858.

HSL color Cylindrical-coordinate representation of color #CACDF1: hue angle of 235.38º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACDF1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202205241-
CMYK0.160.1500.05
HSL235.38º58.21%86.86%-
HSV(B)235.38º16.18%94.51%-
XYZ62.0762.5792.03-
YUV208.21146.51123.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=31.17%
G=31.64%
B=37.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022052410.160.1500.05235.3858.2186.86
HexCACDF110F05eb3a57
Octal31231536120170535372127
Binary1100101011001101111100011000011110101111010111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDF1; }

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

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

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

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

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

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

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

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