Html Css Color HEX #D4DBDC Athens Grey

📋 copy color: '#D4DBDC'

red 212 ◦ green 219 ◦ blue 220

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

Shades of Athens Grey #D4DBDC

Tints of Athens Grey #D4DBDC

RGB

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

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

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

R = 32.57%
G = 33.64%
B = 33.79%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4DBDC (or 0xD4DBDC) is known color: Athens Grey. HEX triplet: D4, DB and DC. RGB value is (212,219,220). Sum of RGB (Red+Green+Blue) = 212+219+220=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBDC is #2B2423. Grayscale: #D9D9D9. Windows color (decimal): -2827300 or 14474196. OLE color: 14474196.

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

Color convert

RGB 212 219 220 -
CMYK 0.04 0.00 0 0.14
HSL 187.5º 0.1% 0.85% -
HSV(B) 187.5º 0.04% 0.86% -
XYZ 65.4 69.83 77.74 -
YUV 217.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 212 219 220 0.04 0.00 0 0.14 187.5 0.1 0.85
Hex D4 DB DC 4 0 0 E BC A 55
Octal 324 333 334 4 0 0 16 274 12 125
Binary 11010100 11011011 11011100 100 0 0 1110 10111100 1010 1010101

Color Harmonies of #D4DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBDC

Black with #D4DBDC

Text Example


Text Example

White with #D4DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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