Html Css Color HEX #D5DBDC Athens Grey

📋 copy color: '#D5DBDC'

red 213 ◦ green 219 ◦ blue 220

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

Shades of Athens Grey #D5DBDC

Tints of Athens Grey #D5DBDC

RGB

 RED value IS 213 (83.59% from 255) = 32.67%

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

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

R = 32.67%
G = 33.59%
B = 33.74%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5DBDC (or 0xD5DBDC) is known color: Athens Grey. HEX triplet: D5, DB and DC. RGB value is (213,219,220). Sum of RGB (Red+Green+Blue) = 213+219+220=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBDC is #2A2423. Grayscale: #D9D9D9. Windows color (decimal): -2761764 or 14474197. OLE color: 14474197.

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

Color convert

RGB 213 219 220 -
CMYK 0.03 0.00 0 0.14
HSL 188.57º 0.09% 0.85% -
HSV(B) 188.57º 0.03% 0.86% -
XYZ 65.69 69.98 77.75 -
YUV 217.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 213 219 220 0.03 0.00 0 0.14 188.57 0.09 0.85
Hex D5 DB DC 3 0 0 E BD 9 55
Octal 325 333 334 3 0 0 16 275 11 125
Binary 11010101 11011011 11011100 11 0 0 1110 10111101 1001 1010101

Color Harmonies of #D5DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBDC

Black with #D5DBDC

Text Example


Text Example

White with #D5DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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