Html Css Color HEX #D5DCDB Athens Grey

📋 copy color: '#D5DCDB'

red 213 ◦ green 220 ◦ blue 219

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

Shades of Athens Grey #D5DCDB

Tints of Athens Grey #D5DCDB

RGB

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

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

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

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

RGB Variations

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

Color information

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

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

Color convert

RGB 213 220 219 -
CMYK 0.03 0 0.00 0.14
HSL 171.43º 0.09% 0.85% -
HSV(B) 171.43º 0.03% 0.86% -
XYZ 65.82 70.45 77.15 -
YUV 217.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 213 220 219 0.03 0 0.00 0.14 171.43 0.09 0.85
Hex D5 DC DB 3 0 0 E AB 9 55
Octal 325 334 333 3 0 0 16 253 11 125
Binary 11010101 11011100 11011011 11 0 0 1110 10101011 1001 1010101

Color Harmonies of #D5DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCDB

Black with #D5DCDB

Text Example


Text Example

White with #D5DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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