#D2EBE1

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

Shades of White Ice #D2EBE1

Tints of White Ice #D2EBE1

Color information

#D2EBE1 (or 0xD2EBE1) is unknown color: approx White Ice. HEX triplet: D2, EB and E1. RGB value is (210,235,225). Sum of RGB (Red+Green+Blue) = 210+235+225=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBE1 is #2D141E. Grayscale: #E2E2E2. Windows color (decimal): -2954271 or 14805970. OLE color: 14805970.

HSL color Cylindrical-coordinate representation of color #D2EBE1: hue angle of 156º 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 #D2EBE1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB210235225-
CMYK0.1100.040.08
HSL156º38.46%87.25%-
HSV(B)156º10.64%92.16%-
XYZ69.8878.5582.71-
YUV226.38127.22116.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=31.34%
G=35.07%
B=33.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102352250.1100.040.0815638.4687.25
HexD2EBE1B0489c2657
Octal32235334113041023446127
Binary110100101110101111100001101101001000100111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBE1; }

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

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

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

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

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

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

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

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