Html Css Color HEX #D8DFDE Athens Grey

📋 copy color: '#D8DFDE'

red 216 ◦ green 223 ◦ blue 222

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

Shades of Athens Grey #D8DFDE

Tints of Athens Grey #D8DFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.74%

 BLUE value IS 222 (87.11% from 255) = 33.59%

R = 32.68%
G = 33.74%
B = 33.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D8DFDE (or 0xD8DFDE) is known color: Athens Grey. HEX triplet: D8, DF and DE. RGB value is (216,223,222). Sum of RGB (Red+Green+Blue) = 216+223+222=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFDE is #272021. Grayscale: #DCDCDC. Windows color (decimal): -2564130 or 14606296. OLE color: 14606296.

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

Color convert

RGB 216 223 222 -
CMYK 0.03 0 0.00 0.13
HSL 171.43º 0.1% 0.86% -
HSV(B) 171.43º 0.03% 0.87% -
XYZ 67.89 72.65 79.55 -
YUV 220.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 216 223 222 0.03 0 0.00 0.13 171.43 0.1 0.86
Hex D8 DF DE 3 0 0 D AB A 56
Octal 330 337 336 3 0 0 15 253 12 126
Binary 11011000 11011111 11011110 11 0 0 1101 10101011 1010 1010110

Color Harmonies of #D8DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DFDE

Black with #D8DFDE

Text Example


Text Example

White with #D8DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DFDE; }

 p { color: rgb(216,223,222); }

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

background-color css

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

 a { background-color: rgb(216,223,222); }

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

border-color css

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

 span { border-color: rgb(216,223,222); }

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