#C9C8DD

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

Shades of Lavender Grey #C9C8DD

Tints of Lavender Grey #C9C8DD

Color information

#C9C8DD (or 0xC9C8DD) is unknown color: approx Lavender Grey. HEX triplet: C9, C8 and DD. RGB value is (201,200,221). Sum of RGB (Red+Green+Blue) = 201+200+221=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8DD is #363722. Grayscale: #CACACA. Windows color (decimal): -3553059 or 14534857. OLE color: 14534857.

HSL color Cylindrical-coordinate representation of color #C9C8DD: hue angle of 242.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C8DD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201200221-
CMYK0.090.1000.13
HSL242.86º23.6%82.55%-
HSV(B)242.86º9.5%86.67%-
XYZ57.7958.9576.74-
YUV202.69138.33126.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=32.32%
G=32.15%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012002210.090.1000.13242.8623.682.55
HexC9C8DD9A0Df31853
Octal311310335111201536330123
Binary110010011100100011011101100110100110111110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8DD; }

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

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

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

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

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

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

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

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