#C9CADD

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

Shades of Lavender Grey #C9CADD

Tints of Lavender Grey #C9CADD

Color information

#C9CADD (or 0xC9CADD) is unknown color: approx Lavender Grey. HEX triplet: C9, CA and DD. RGB value is (201,202,221). Sum of RGB (Red+Green+Blue) = 201+202+221=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CADD is #363522. Grayscale: #CBCBCB. Windows color (decimal): -3552547 or 14535369. OLE color: 14535369.

HSL color Cylindrical-coordinate representation of color #C9CADD: hue angle of 237º 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 #C9CADD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201202221-
CMYK0.090.0900.13
HSL237º22.73%82.75%-
HSV(B)237º9.05%86.67%-
XYZ58.2659.8876.89-
YUV203.87137.67125.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.21%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=32.21%
G=32.37%
B=35.42%

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
Decimal2012022210.090.0900.1323722.7382.75
HexC9CADD990Ded1753
Octal311312335111101535527123
Binary110010011100101011011101100110010110111101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CADD; }

 p { color: rgb(201,202,221); }

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

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

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

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

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

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

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