Html Css Color HEX #D5DDDC Athens Grey

📋 copy color: '#D5DDDC'

red 213 ◦ green 221 ◦ blue 220

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

Shades of Athens Grey #D5DDDC

Tints of Athens Grey #D5DDDC

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 value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D5DDDC (or 0xD5DDDC) is known color: 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

RGB 213 221 220 -
CMYK 0.04 0 0.00 0.13
HSL 172.5º 0.11% 0.85% -
HSV(B) 172.5º 0.04% 0.87% -
XYZ 66.22 71.03 77.93 -
YUV 218.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 213 221 220 0.04 0 0.00 0.13 172.5 0.11 0.85
Hex D5 DD DC 4 0 0 D AC B 55
Octal 325 335 334 4 0 0 15 254 13 125
Binary 11010101 11011101 11011100 100 0 0 1101 10101100 1011 1010101

Color Harmonies of #D5DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDDC

Black with #D5DDDC

Text Example


Text Example

White with #D5DDDC

Text Example


Text Example

HTML Codes & Css Web 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>