Html Css Color HEX #D8DBDC Athens Grey

📋 copy color: '#D8DBDC'

red 216 ◦ green 219 ◦ blue 220

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

Shades of Athens Grey #D8DBDC

Tints of Athens Grey #D8DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.44%

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

R = 32.98%
G = 33.44%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8DBDC (or 0xD8DBDC) is known color: Athens Grey. HEX triplet: D8, DB and DC. RGB value is (216,219,220). Sum of RGB (Red+Green+Blue) = 216+219+220=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBDC is #272423. Grayscale: #DADADA. Windows color (decimal): -2565156 or 14474200. OLE color: 14474200.

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

Color convert

RGB 216 219 220 -
CMYK 0.02 0.00 0 0.14
HSL 195º 0.05% 0.85% -
HSV(B) 195º 0.02% 0.86% -
XYZ 66.57 70.43 77.8 -
YUV 218.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 216 219 220 0.02 0.00 0 0.14 195 0.05 0.85
Hex D8 DB DC 2 0 0 E C3 5 55
Octal 330 333 334 2 0 0 16 303 5 125
Binary 11011000 11011011 11011100 10 0 0 1110 11000011 101 1010101

Color Harmonies of #D8DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBDC

Black with #D8DBDC

Text Example


Text Example

White with #D8DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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