#D2E2DC

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

Shades of Iceberg #D2E2DC

Tints of Iceberg #D2E2DC

Color information

#D2E2DC (or 0xD2E2DC) is unknown color: approx Iceberg. HEX triplet: D2, E2 and DC. RGB value is (210,226,220). Sum of RGB (Red+Green+Blue) = 210+226+220=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2DC is #2D1D23. Grayscale: #DCDCDC. Windows color (decimal): -2956580 or 14475986. OLE color: 14475986.

HSL color Cylindrical-coordinate representation of color #D2E2DC: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2E2DC is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB210226220-
CMYK0.0700.030.11
HSL157.5º21.62%85.49%-
HSV(B)157.5º7.08%88.63%-
XYZ66.6973.2678.34-
YUV220.53127.7120.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 226 (88.67% from 255) = 34.45%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=32.01%
G=34.45%
B=33.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102262200.0700.030.11157.521.6285.49
HexD2E2DC703B9d1655
Octal3223423347031323526125
Binary110100101110001011011100111011101110011101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E2DC; }

 p { color: rgb(210,226,220); }

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

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

 a { background-color: rgb(210,226,220); }

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

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

 span { border-color: rgb(210,226,220); }

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