#D8DEDC

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

Shades of Iceberg #D8DEDC

Tints of Iceberg #D8DEDC

Color information

#D8DEDC (or 0xD8DEDC) is unknown color: approx Iceberg. HEX triplet: D8, DE and DC. RGB value is (216,222,220). Sum of RGB (Red+Green+Blue) = 216+222+220=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEDC is #272123. Grayscale: #DBDBDB. Windows color (decimal): -2564388 or 14474968. OLE color: 14474968.

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

Color convert

RGB216222220-
CMYK0.0300.010.13
HSL160º8.33%85.88%-
HSV(B)160º2.7%87.06%-
XYZ67.3672.0178.06-
YUV219.98128.01125.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.83%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=32.83%
G=33.74%
B=33.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162222200.0300.010.131608.3385.88
HexD8DEDC301Da0856
Octal3303363343011524010126
Binary110110001101111011011100110111011010000010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEDC; }

 p { color: rgb(216,222,220); }

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

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

 a { background-color: rgb(216,222,220); }

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

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

 span { border-color: rgb(216,222,220); }

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