Html Css Color HEX #D6DDDC Athens Grey

📋 copy color: '#D6DDDC'

red 214 ◦ green 221 ◦ blue 220

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

Shades of Athens Grey #D6DDDC

Tints of Athens Grey #D6DDDC

RGB

 RED value IS 214 (83.98% from 255) = 32.67%

 GREEN value IS 221 (86.72% from 255) = 33.74%

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

R = 32.67%
G = 33.74%
B = 33.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D6DDDC (or 0xD6DDDC) is known color: Athens Grey. HEX triplet: D6, DD and DC. RGB value is (214,221,220). Sum of RGB (Red+Green+Blue) = 214+221+220=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDDC is #292223. Grayscale: #DADADA. Windows color (decimal): -2695716 or 14474710. OLE color: 14474710.

HSL color Cylindrical-coordinate representation of color #D6DDDC: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DDDC is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 220 -
CMYK 0.03 0 0.00 0.13
HSL 171.43º 0.09% 0.85% -
HSV(B) 171.43º 0.03% 0.87% -
XYZ 66.51 71.18 77.94 -
YUV 218.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 214 221 220 0.03 0 0.00 0.13 171.43 0.09 0.85
Hex D6 DD DC 3 0 0 D AB 9 55
Octal 326 335 334 3 0 0 15 253 11 125
Binary 11010110 11011101 11011100 11 0 0 1101 10101011 1001 1010101

Color Harmonies of #D6DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDDC

Black with #D6DDDC

Text Example


Text Example

White with #D6DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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