#C9C9DC

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

Shades of Lavender Grey #C9C9DC

Tints of Lavender Grey #C9C9DC

Color information

#C9C9DC (or 0xC9C9DC) is unknown color: approx Lavender Grey. HEX triplet: C9, C9 and DC. RGB value is (201,201,220). Sum of RGB (Red+Green+Blue) = 201+201+220=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9DC is #363623. Grayscale: #CBCBCB. Windows color (decimal): -3552804 or 14469577. OLE color: 14469577.

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

Color convert

RGB201201220-
CMYK0.090.0900.14
HSL240º21.35%82.55%-
HSV(B)240º8.64%86.27%-
XYZ57.8959.3676.12-
YUV203.17137.5126.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=32.32%
G=32.32%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012012200.090.0900.1424021.3582.55
HexC9C9DC990Ef01553
Octal311311334111101636025123
Binary110010011100100111011100100110010111011110000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C9DC; }

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

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

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

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

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

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

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

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