#D0DDD8

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

Shades of Iceberg #D0DDD8

Tints of Iceberg #D0DDD8

Color information

#D0DDD8 (or 0xD0DDD8) is unknown color: approx Iceberg. HEX triplet: D0, DD and D8. RGB value is (208,221,216). Sum of RGB (Red+Green+Blue) = 208+221+216=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDD8 is #2F2227. Grayscale: #D8D8D8. Windows color (decimal): -3088936 or 14212560. OLE color: 14212560.

HSL color Cylindrical-coordinate representation of color #D0DDD8: hue angle of 156.92º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DDD8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB208221216-
CMYK0.0600.020.13
HSL156.92º16.05%84.12%-
HSV(B)156.92º5.88%86.67%-
XYZ64.2670.0875.11-
YUV216.54127.69121.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 216 (84.77% from 255) = 33.49%
R=32.25%
G=34.26%
B=33.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212160.0600.020.13156.9216.0584.12
HexD0DDD8602D9d1054
Octal3203353306021523520124
Binary110100001101110111011000110010110110011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDD8; }

 p { color: rgb(208,221,216); }

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

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

 a { background-color: rgb(208,221,216); }

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

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

 span { border-color: rgb(208,221,216); }

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