Html Css Color HEX #D5DBDD Athens Grey

📋 copy color: '#D5DBDD'

red 213 ◦ green 219 ◦ blue 221

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

Shades of Athens Grey #D5DBDD

Tints of Athens Grey #D5DBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 32.62%
G = 33.54%
B = 33.84%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5DBDD (or 0xD5DBDD) is known color: Athens Grey. HEX triplet: D5, DB and DD. RGB value is (213,219,221). Sum of RGB (Red+Green+Blue) = 213+219+221=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBDD is #2A2422. Grayscale: #D9D9D9. Windows color (decimal): -2761763 or 14539733. OLE color: 14539733.

HSL color Cylindrical-coordinate representation of color #D5DBDD: hue angle of 195º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DBDD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 219 221 -
CMYK 0.04 0.01 0 0.13
HSL 195º 0.11% 0.85% -
HSV(B) 195º 0.04% 0.87% -
XYZ 65.82 70.03 78.45 -
YUV 217.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 213 219 221 0.04 0.01 0 0.13 195 0.11 0.85
Hex D5 DB DD 4 1 0 D C3 B 55
Octal 325 333 335 4 1 0 15 303 13 125
Binary 11010101 11011011 11011101 100 1 0 1101 11000011 1011 1010101

Color Harmonies of #D5DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBDD

Black with #D5DBDD

Text Example


Text Example

White with #D5DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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