#D7EBE0

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

Shades of White Ice #D7EBE0

Tints of White Ice #D7EBE0

Color information

#D7EBE0 (or 0xD7EBE0) is unknown color: approx White Ice. HEX triplet: D7, EB and E0. RGB value is (215,235,224). Sum of RGB (Red+Green+Blue) = 215+235+224=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBE0 is #28141F. Grayscale: #E3E3E3. Windows color (decimal): -2626592 or 14740439. OLE color: 14740439.

HSL color Cylindrical-coordinate representation of color #D7EBE0: hue angle of 147º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7EBE0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB215235224-
CMYK0.0900.050.08
HSL147º33.33%88.24%-
HSV(B)147º8.51%92.16%-
XYZ71.1979.2582.06-
YUV227.77125.87118.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 224 (87.89% from 255) = 33.23%
R=31.90%
G=34.87%
B=33.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352240.0900.050.0814733.3388.24
HexD7EBE09058932158
Octal32735334011051022341130
Binary110101111110101111100000100101011000100100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBE0; }

 p { color: rgb(215,235,224); }

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

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

 a { background-color: rgb(215,235,224); }

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

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

 span { border-color: rgb(215,235,224); }

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