#D4DCDB

Color #D4DCDB Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #D4DCDB

Tints of Athens Grey #D4DCDB

Color information

#D4DCDB (or 0xD4DCDB) is unknown color: approx 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

RGB212220219-
CMYK0.0400.000.14
HSL172.5º10.26%84.71%-
HSV(B)172.5º3.64%86.27%-
XYZ65.5370.377.13-
YUV217.49128.85124.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122202190.0400.000.14172.510.2684.71
HexD4DCDB400Eaca55
Octal3243343334001625412125
Binary1101010011011100110110111000011101010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>