Html Css Color HEX #D7DBDC Athens Grey

📋 copy color: '#D7DBDC'

red 215 ◦ green 219 ◦ blue 220

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

Shades of Athens Grey #D7DBDC

Tints of Athens Grey #D7DBDC

RGB

 RED value IS 215 (84.38% from 255) = 32.87%

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

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

R = 32.87%
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.14

RGB Variations

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

Color information

#D7DBDC (or 0xD7DBDC) is known color: Athens Grey. HEX triplet: D7, DB and DC. RGB value is (215,219,220). Sum of RGB (Red+Green+Blue) = 215+219+220=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBDC is #282423. Grayscale: #D9D9D9. Windows color (decimal): -2630692 or 14474199. OLE color: 14474199.

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

Color convert

RGB 215 219 220 -
CMYK 0.02 0.00 0 0.14
HSL 192º 0.07% 0.85% -
HSV(B) 192º 0.02% 0.86% -
XYZ 66.27 70.28 77.78 -
YUV 217.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 215 219 220 0.02 0.00 0 0.14 192 0.07 0.85
Hex D7 DB DC 2 0 0 E C0 7 55
Octal 327 333 334 2 0 0 16 300 7 125
Binary 11010111 11011011 11011100 10 0 0 1110 11000000 111 1010101

Color Harmonies of #D7DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DBDC

Black with #D7DBDC

Text Example


Text Example

White with #D7DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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