Html Css Color HEX #C8C9DD Lavender Grey

📋 copy color: '#C8C9DD'

red 200 ◦ green 201 ◦ blue 221

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

Shades of Lavender Grey #C8C9DD

Tints of Lavender Grey #C8C9DD

RGB

 RED value IS 200 (78.52% from 255) = 32.15%

 GREEN value IS 201 (78.91% from 255) = 32.32%

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 32.15%
G = 32.32%
B = 35.53%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8C9DD (or 0xC8C9DD) is known color: Lavender Grey. HEX triplet: C8, C9 and DD. RGB value is (200,201,221). Sum of RGB (Red+Green+Blue) = 200+201+221=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 201 (78.91% from 255 or 32.32% 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 #C8C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9DD is #373622. Grayscale: #CACACA. Windows color (decimal): -3618339 or 14535112. OLE color: 14535112.

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

Color convert

RGB 200 201 221 -
CMYK 0.10 0.09 0 0.13
HSL 237.14º 0.24% 0.83% -
HSV(B) 237.14º 0.1% 0.87% -
XYZ 57.76 59.27 76.8 -
YUV 202.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 200 201 221 0.10 0.09 0 0.13 237.14 0.24 0.83
Hex C8 C9 DD A 9 0 D ED 18 53
Octal 310 311 335 12 11 0 15 355 30 123
Binary 11001000 11001001 11011101 1010 1001 0 1101 11101101 11000 1010011

Color Harmonies of #C8C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C9DD

Black with #C8C9DD

Text Example


Text Example

White with #C8C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C9DD; }

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

 H1.HeaderClassName
 {
   color: #C8C9DD;
 }
 .AnyTagClassName
 {
   color: #C8C9DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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