#D0DFD9

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

Shades of Iceberg #D0DFD9

Tints of Iceberg #D0DFD9

Color information

#D0DFD9 (or 0xD0DFD9) is unknown color: approx Iceberg. HEX triplet: D0, DF and D9. RGB value is (208,223,217). Sum of RGB (Red+Green+Blue) = 208+223+217=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFD9 is #2F2026. Grayscale: #D9D9D9. Windows color (decimal): -3088423 or 14278608. OLE color: 14278608.

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

Color convert

RGB208223217-
CMYK0.0700.030.13
HSL156º18.99%84.51%-
HSV(B)156º6.73%87.45%-
XYZ64.9271.275.97-
YUV217.83127.53120.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=32.10%
G=34.41%
B=33.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082232170.0700.030.1315618.9984.51
HexD0DFD9703D9c1355
Octal3203373317031523423125
Binary110100001101111111011001111011110110011100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFD9; }

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

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

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

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

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

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

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

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