Html Css Color HEX #D4DCDB Athens Grey

📋 copy color: '#D4DCDB'

red 212 ◦ green 220 ◦ blue 219

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

Shades of Athens Grey #D4DCDB

Tints of Athens Grey #D4DCDB

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 212 220 219 -
CMYK 0.04 0 0.00 0.14
HSL 172.5º 0.1% 0.85% -
HSV(B) 172.5º 0.04% 0.86% -
XYZ 65.53 70.3 77.13 -
YUV 217.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 212 220 219 0.04 0 0.00 0.14 172.5 0.1 0.85
Hex D4 DC DB 4 0 0 E AC A 55
Octal 324 334 333 4 0 0 16 254 12 125
Binary 11010100 11011100 11011011 100 0 0 1110 10101100 1010 1010101

Color Harmonies of #D4DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCDB

Black with #D4DCDB

Text Example


Text Example

White with #D4DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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