#D2E0DC

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

Shades of Iceberg #D2E0DC

Tints of Iceberg #D2E0DC

Color information

#D2E0DC (or 0xD2E0DC) is unknown color: approx Iceberg. HEX triplet: D2, E0 and DC. RGB value is (210,224,220). Sum of RGB (Red+Green+Blue) = 210+224+220=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0DC is #2D1F23. Grayscale: #DBDBDB. Windows color (decimal): -2957092 or 14475474. OLE color: 14475474.

HSL color Cylindrical-coordinate representation of color #D2E0DC: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2E0DC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB210224220-
CMYK0.0600.020.12
HSL162.86º18.42%85.1%-
HSV(B)162.86º6.25%87.84%-
XYZ66.1572.1878.16-
YUV219.36128.36121.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=32.11%
G=34.25%
B=33.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102242200.0600.020.12162.8618.4285.1
HexD2E0DC602Ca31255
Octal3223403346021424322125
Binary110100101110000011011100110010110010100011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0DC; }

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

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

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

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

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

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

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

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