#D9DCDB

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

Shades of Iceberg #D9DCDB

Tints of Iceberg #D9DCDB

Color information

#D9DCDB (or 0xD9DCDB) is unknown color: approx Iceberg. HEX triplet: D9, DC and DB. RGB value is (217,220,219). Sum of RGB (Red+Green+Blue) = 217+220+219=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDB is #262324. Grayscale: #DADADA. Windows color (decimal): -2499365 or 14408921. OLE color: 14408921.

HSL color Cylindrical-coordinate representation of color #D9DCDB: hue angle of 160º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D9DCDB is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB217220219-
CMYK0.0100.000.14
HSL160º4.11%85.69%-
HSV(B)160º1.36%86.27%-
XYZ66.9971.0577.2-
YUV218.99128.01126.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=33.08%
G=33.54%
B=33.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172202190.0100.000.141604.1185.69
HexD9DCDB100Ea0456
Octal331334333100162404126
Binary1101100111011100110110111001110101000001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCDB; }

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

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

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

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

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

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

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

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