Html Css Color HEX #D8DDDC Athens Grey

📋 copy color: '#D8DDDC'

red 216 ◦ green 221 ◦ blue 220

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

Shades of Athens Grey #D8DDDC

Tints of Athens Grey #D8DDDC

RGB

 RED value IS 216 (84.77% from 255) = 32.88%

 GREEN value IS 221 (86.72% from 255) = 33.64%

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 32.88%
G = 33.64%
B = 33.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D8DDDC (or 0xD8DDDC) is known color: Athens Grey. HEX triplet: D8, DD and DC. RGB value is (216,221,220). Sum of RGB (Red+Green+Blue) = 216+221+220=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDDC is #272223. Grayscale: #DBDBDB. Windows color (decimal): -2564644 or 14474712. OLE color: 14474712.

HSL color Cylindrical-coordinate representation of color #D8DDDC: hue angle of 168º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DDDC is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 220 -
CMYK 0.02 0 0.00 0.13
HSL 168º 0.07% 0.86% -
HSV(B) 168º 0.02% 0.87% -
XYZ 67.09 71.48 77.97 -
YUV 219.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 216 221 220 0.02 0 0.00 0.13 168 0.07 0.86
Hex D8 DD DC 2 0 0 D A8 7 56
Octal 330 335 334 2 0 0 15 250 7 126
Binary 11011000 11011101 11011100 10 0 0 1101 10101000 111 1010110

Color Harmonies of #D8DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDDC

Black with #D8DDDC

Text Example


Text Example

White with #D8DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDDC; }

 p { color: rgb(216,221,220); }

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

background-color css

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

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

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

border-color css

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

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

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