#D2E0DB

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

Shades of Iceberg #D2E0DB

Tints of Iceberg #D2E0DB

Color information

#D2E0DB (or 0xD2E0DB) is unknown color: approx Iceberg. HEX triplet: D2, E0 and DB. RGB value is (210,224,219). Sum of RGB (Red+Green+Blue) = 210+224+219=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0DB is #2D1F24. Grayscale: #DBDBDB. Windows color (decimal): -2957093 or 14409938. OLE color: 14409938.

HSL color Cylindrical-coordinate representation of color #D2E0DB: hue angle of 158.57º 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 #D2E0DB is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB210224219-
CMYK0.0600.020.12
HSL158.57º18.42%85.1%-
HSV(B)158.57º6.25%87.84%-
XYZ66.0272.1377.46-
YUV219.24127.86121.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=32.16%
G=34.30%
B=33.54%

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
Decimal2102242190.0600.020.12158.5718.4285.1
HexD2E0DB602C9f1255
Octal3223403336021423722125
Binary110100101110000011011011110010110010011111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0DB; }

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

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

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

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

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

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

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

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