#C9CADB

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

Shades of Lavender Grey #C9CADB

Tints of Lavender Grey #C9CADB

Color information

#C9CADB (or 0xC9CADB) is unknown color: approx Lavender Grey. HEX triplet: C9, CA and DB. RGB value is (201,202,219). Sum of RGB (Red+Green+Blue) = 201+202+219=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CADB is #363524. Grayscale: #CBCBCB. Windows color (decimal): -3552549 or 14404297. OLE color: 14404297.

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

Color convert

RGB201202219-
CMYK0.080.0800.14
HSL236.67º20%82.35%-
HSV(B)236.67º8.22%85.88%-
XYZ57.9959.7775.5-
YUV203.64136.67126.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=32.32%
G=32.48%
B=35.21%

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
Decimal2012022190.080.0800.14236.672082.35
HexC9CADB880Eed1452
Octal311312333101001635524122
Binary110010011100101011011011100010000111011101101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CADB; }

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

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

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

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

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

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

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

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