Html Css Color HEX #D8DCDD Athens Grey

📋 copy color: '#D8DCDD'

red 216 ◦ green 220 ◦ blue 221

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

Shades of Athens Grey #D8DCDD

Tints of Athens Grey #D8DCDD

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 216 220 221 -
CMYK 0.02 0.00 0 0.13
HSL 192º 0.07% 0.86% -
HSV(B) 192º 0.02% 0.87% -
XYZ 66.96 71.01 78.58 -
YUV 218.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 216 220 221 0.02 0.00 0 0.13 192 0.07 0.86
Hex D8 DC DD 2 0 0 D C0 7 56
Octal 330 334 335 2 0 0 15 300 7 126
Binary 11011000 11011100 11011101 10 0 0 1101 11000000 111 1010110

Color Harmonies of #D8DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCDD

Black with #D8DCDD

Text Example


Text Example

White with #D8DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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