Html Css Color HEX #C9C8DD Lavender Grey

📋 copy color: '#C9C8DD'

red 201 ◦ green 200 ◦ blue 221

#C9C8DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #C9C8DD

Tints of Lavender Grey #C9C8DD

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 value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9C8DD (or 0xC9C8DD) is known color: 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

RGB 201 200 221 -
CMYK 0.09 0.10 0 0.13
HSL 242.86º 0.24% 0.83% -
HSV(B) 242.86º 0.1% 0.87% -
XYZ 57.79 58.95 76.74 -
YUV 202.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 201 200 221 0.09 0.10 0 0.13 242.86 0.24 0.83
Hex C9 C8 DD 9 A 0 D F3 18 53
Octal 311 310 335 11 12 0 15 363 30 123
Binary 11001001 11001000 11011101 1001 1010 0 1101 11110011 11000 1010011

Color Harmonies of #C9C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C8DD

Black with #C9C8DD

Text Example


Text Example

White with #C9C8DD

Text Example


Text Example

HTML Codes & Css Web 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>