#D6DDDC

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

Shades of Athens Grey #D6DDDC

Tints of Athens Grey #D6DDDC

Color information

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

RGB214221220-
CMYK0.0300.000.13
HSL171.43º9.33%85.29%-
HSV(B)171.43º3.17%86.67%-
XYZ66.5171.1877.94-
YUV218.79128.68124.58-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142212200.0300.000.13171.439.3385.29
HexD6DDDC300Dab955
Octal3263353343001525311125
Binary110101101101110111011100110011011010101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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