#D2EBDD

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

Shades of White Ice #D2EBDD

Tints of White Ice #D2EBDD

Color information

#D2EBDD (or 0xD2EBDD) is unknown color: approx White Ice. HEX triplet: D2, EB and DD. RGB value is (210,235,221). Sum of RGB (Red+Green+Blue) = 210+235+221=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBDD is #2D1422. Grayscale: #E1E1E1. Windows color (decimal): -2954275 or 14543826. OLE color: 14543826.

HSL color Cylindrical-coordinate representation of color #D2EBDD: hue angle of 146.4º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBDD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB210235221-
CMYK0.1100.060.08
HSL146.4º38.46%87.25%-
HSV(B)146.4º10.64%92.16%-
XYZ69.3478.3479.87-
YUV225.93125.22116.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=31.53%
G=35.29%
B=33.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102352210.1100.060.08146.438.4687.25
HexD2EBDDB068922657
Octal32235333513061022246127
Binary110100101110101111011101101101101000100100101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBDD; }

 p { color: rgb(210,235,221); }

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

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

 a { background-color: rgb(210,235,221); }

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

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

 span { border-color: rgb(210,235,221); }

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