Html Css Color HEX #D4DBDD Athens Grey

📋 copy color: '#D4DBDD'

red 212 ◦ green 219 ◦ blue 221

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

Shades of Athens Grey #D4DBDD

Tints of Athens Grey #D4DBDD

RGB

 RED value IS 212 (83.2% from 255) = 32.52%

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

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

R = 32.52%
G = 33.59%
B = 33.9%

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

#D4DBDD (or 0xD4DBDD) is known color: Athens Grey. HEX triplet: D4, DB and DD. RGB value is (212,219,221). Sum of RGB (Red+Green+Blue) = 212+219+221=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBDD is #2B2422. Grayscale: #D9D9D9. Windows color (decimal): -2827299 or 14539732. OLE color: 14539732.

HSL color Cylindrical-coordinate representation of color #D4DBDD: hue angle of 193.33º degrees, saturation: 0.12, 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 #D4DBDD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 219 221 -
CMYK 0.04 0.01 0 0.13
HSL 193.33º 0.12% 0.85% -
HSV(B) 193.33º 0.04% 0.87% -
XYZ 65.53 69.88 78.44 -
YUV 217.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 212 219 221 0.04 0.01 0 0.13 193.33 0.12 0.85
Hex D4 DB DD 4 1 0 D C1 C 55
Octal 324 333 335 4 1 0 15 301 14 125
Binary 11010100 11011011 11011101 100 1 0 1101 11000001 1100 1010101

Color Harmonies of #D4DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBDD

Black with #D4DBDD

Text Example


Text Example

White with #D4DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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