#D2E5DF

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

Shades of Iceberg #D2E5DF

Tints of Iceberg #D2E5DF

Color information

#D2E5DF (or 0xD2E5DF) is unknown color: approx Iceberg. HEX triplet: D2, E5 and DF. RGB value is (210,229,223). Sum of RGB (Red+Green+Blue) = 210+229+223=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5DF is #2D1A20. Grayscale: #DEDEDE. Windows color (decimal): -2955809 or 14673362. OLE color: 14673362.

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

Color convert

RGB210229223-
CMYK0.0800.030.10
HSL161.05º26.76%86.08%-
HSV(B)161.05º8.3%89.8%-
XYZ67.9275.0780.72-
YUV222.64128.21118.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 229 (89.84% from 255) = 34.59%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=31.72%
G=34.59%
B=33.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102292230.0800.030.10161.0526.7686.08
HexD2E5DF803Aa11b56
Octal32234533710031224133126
Binary1101001011100101110111111000011101010100001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5DF; }

 p { color: rgb(210,229,223); }

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

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

 a { background-color: rgb(210,229,223); }

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

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

 span { border-color: rgb(210,229,223); }

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