#C9CADC

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

Shades of Lavender Grey #C9CADC

Tints of Lavender Grey #C9CADC

Color information

#C9CADC (or 0xC9CADC) is unknown color: approx Lavender Grey. HEX triplet: C9, CA and DC. RGB value is (201,202,220). Sum of RGB (Red+Green+Blue) = 201+202+220=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CADC is #363523. Grayscale: #CBCBCB. Windows color (decimal): -3552548 or 14469833. OLE color: 14469833.

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

Color convert

RGB201202220-
CMYK0.090.0800.14
HSL236.84º21.35%82.55%-
HSV(B)236.84º8.64%86.27%-
XYZ58.1359.8376.19-
YUV203.75137.17126.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=32.26%
G=32.42%
B=35.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012022200.090.0800.14236.8421.3582.55
HexC9CADC980Eed1553
Octal311312334111001635525123
Binary110010011100101011011100100110000111011101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CADC; }

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

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

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

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

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

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

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

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