#CACADB

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

Shades of Lavender Grey #CACADB

Tints of Lavender Grey #CACADB

Color information

#CACADB (or 0xCACADB) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and DB. RGB value is (202,202,219). Sum of RGB (Red+Green+Blue) = 202+202+219=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADB is #353524. Grayscale: #CBCBCB. Windows color (decimal): -3487013 or 14404298. OLE color: 14404298.

HSL color Cylindrical-coordinate representation of color #CACADB: hue angle of 240º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACADB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202202219-
CMYK0.080.0800.14
HSL240º19.1%82.55%-
HSV(B)240º7.76%85.88%-
XYZ58.2659.9175.51-
YUV203.94136.5126.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=32.42%
G=32.42%
B=35.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022022190.080.0800.1424019.182.55
HexCACADB880Ef01353
Octal312312333101001636023123
Binary110010101100101011011011100010000111011110000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACADB; }

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

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

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

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

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

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

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

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