#C9C9DD

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

Shades of Lavender Grey #C9C9DD

Tints of Lavender Grey #C9C9DD

Color information

#C9C9DD (or 0xC9C9DD) is unknown color: approx Lavender Grey. HEX triplet: C9, C9 and DD. RGB value is (201,201,221). Sum of RGB (Red+Green+Blue) = 201+201+221=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9DD is #363622. Grayscale: #CBCBCB. Windows color (decimal): -3552803 or 14535113. OLE color: 14535113.

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

Color convert

RGB201201221-
CMYK0.090.0900.13
HSL240º22.73%82.75%-
HSV(B)240º9.05%86.67%-
XYZ58.0359.4176.82-
YUV203.28138126.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=32.26%
G=32.26%
B=35.47%

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
Decimal2012012210.090.0900.1324022.7382.75
HexC9C9DD990Df01753
Octal311311335111101536027123
Binary110010011100100111011101100110010110111110000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C9DD; }

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

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

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

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

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

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

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

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