#D0D9D5

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

Shades of Iceberg #D0D9D5

Tints of Iceberg #D0D9D5

Color information

#D0D9D5 (or 0xD0D9D5) is unknown color: approx Iceberg. HEX triplet: D0, D9 and D5. RGB value is (208,217,213). Sum of RGB (Red+Green+Blue) = 208+217+213=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9D5 is #2F262A. Grayscale: #D5D5D5. Windows color (decimal): -3089963 or 14014928. OLE color: 14014928.

HSL color Cylindrical-coordinate representation of color #D0D9D5: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0D9D5 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB208217213-
CMYK0.0400.020.15
HSL153.33º10.59%83.33%-
HSV(B)153.33º4.15%85.1%-
XYZ62.8467.8472.73-
YUV213.85127.52123.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.60%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=32.60%
G=34.01%
B=33.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082172130.0400.020.15153.3310.5983.33
HexD0D9D5402F99b53
Octal3203313254021723113123
Binary11010000110110011101010110001011111001100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D9D5; }

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

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

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

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

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

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

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

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