#D0DCDF

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

Shades of Athens Grey #D0DCDF

Tints of Athens Grey #D0DCDF

Color information

#D0DCDF (or 0xD0DCDF) is unknown color: approx Athens Grey. HEX triplet: D0, DC and DF. RGB value is (208,220,223). Sum of RGB (Red+Green+Blue) = 208+220+223=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCDF is #2F2320. Grayscale: #D8D8D8. Windows color (decimal): -3089185 or 14671056. OLE color: 14671056.

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

Color convert

RGB208220223-
CMYK0.070.0100.13
HSL192º18.99%84.51%-
HSV(B)192º6.73%87.45%-
XYZ64.9269.9279.89-
YUV216.75131.52121.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=31.95%
G=33.79%
B=34.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082202230.070.0100.1319218.9984.51
HexD0DCDF710Dc01355
Octal3203343377101530023125
Binary11010000110111001101111111110110111000000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCDF; }

 p { color: rgb(208,220,223); }

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

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

 a { background-color: rgb(208,220,223); }

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

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

 span { border-color: rgb(208,220,223); }

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