#D5DDDC

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

Shades of Athens Grey #D5DDDC

Tints of Athens Grey #D5DDDC

Color information

#D5DDDC (or 0xD5DDDC) is unknown color: approx Athens Grey. HEX triplet: D5, DD and DC. RGB value is (213,221,220). Sum of RGB (Red+Green+Blue) = 213+221+220=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDDC is #2A2223. Grayscale: #DADADA. Windows color (decimal): -2761252 or 14474709. OLE color: 14474709.

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

Color convert

RGB213221220-
CMYK0.0400.000.13
HSL172.5º10.53%85.1%-
HSV(B)172.5º3.62%86.67%-
XYZ66.2271.0377.93-
YUV218.49128.85124.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.57%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 220 (86.33% 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.13
SystemRedGreenBlueCMYKHSL
Decimal2132212200.0400.000.13172.510.5385.1
HexD5DDDC400Dacb55
Octal3253353344001525413125
Binary1101010111011101110111001000011011010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDDC; }

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

 H1.HeaderClassName
 {
   color: #D5DDDC;
 }
 .AnyTagClassName
 {
   color: #D5DDDC;
 }
</style>
background-color css

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

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

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

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

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

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