#CACADE

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

Shades of Lavender Grey #CACADE

Tints of Lavender Grey #CACADE

Color information

#CACADE (or 0xCACADE) is unknown color: approx Lavender Grey. HEX triplet: CA, CA and DE. RGB value is (202,202,222). Sum of RGB (Red+Green+Blue) = 202+202+222=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #CACADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADE is #353521. Grayscale: #CCCCCC. Windows color (decimal): -3487010 or 14600906. OLE color: 14600906.

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

Color convert

RGB202202222-
CMYK0.090.0900.13
HSL240º23.26%83.14%-
HSV(B)240º9.01%87.06%-
XYZ58.6660.0777.61-
YUV204.28138126.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=32.27%
G=32.27%
B=35.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022022220.090.0900.1324023.2683.14
HexCACADE990Df01753
Octal312312336111101536027123
Binary110010101100101011011110100110010110111110000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACADE; }

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

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

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

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

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

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

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

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