#D7DEDC

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

Shades of Iceberg #D7DEDC

Tints of Iceberg #D7DEDC

Color information

#D7DEDC (or 0xD7DEDC) is unknown color: approx Iceberg. HEX triplet: D7, DE and DC. RGB value is (215,222,220). Sum of RGB (Red+Green+Blue) = 215+222+220=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEDC is #282123. Grayscale: #DBDBDB. Windows color (decimal): -2629924 or 14474967. OLE color: 14474967.

HSL color Cylindrical-coordinate representation of color #D7DEDC: hue angle of 162.86º degrees, saturation: 0.1, 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 #D7DEDC is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB215222220-
CMYK0.0300.010.13
HSL162.86º9.59%85.69%-
HSV(B)162.86º3.15%87.06%-
XYZ67.0671.8678.05-
YUV219.68128.18124.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.72%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=32.72%
G=33.79%
B=33.49%

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
Decimal2152222200.0300.010.13162.869.5985.69
HexD7DEDC301Da3a56
Octal3273363343011524312126
Binary110101111101111011011100110111011010001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEDC; }

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

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

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

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

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

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

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

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