#D9DDDC

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

Shades of Iceberg #D9DDDC

Tints of Iceberg #D9DDDC

Color information

#D9DDDC (or 0xD9DDDC) is unknown color: approx Iceberg. HEX triplet: D9, DD and DC. RGB value is (217,221,220). Sum of RGB (Red+Green+Blue) = 217+221+220=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDC is #262223. Grayscale: #DBDBDB. Windows color (decimal): -2499108 or 14474713. OLE color: 14474713.

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

Color convert

RGB217221220-
CMYK0.0200.000.13
HSL165º5.56%85.88%-
HSV(B)165º1.81%86.67%-
XYZ67.3971.6377.98-
YUV219.69128.17126.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=32.98%
G=33.59%
B=33.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212200.0200.000.131655.5685.88
HexD9DDDC200Da5656
Octal331335334200152456126
Binary11011001110111011101110010001101101001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDDC; }

 p { color: rgb(217,221,220); }

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

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

 a { background-color: rgb(217,221,220); }

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

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

 span { border-color: rgb(217,221,220); }

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