#D9EBE1

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

Shades of White Ice #D9EBE1

Tints of White Ice #D9EBE1

Color information

#D9EBE1 (or 0xD9EBE1) is unknown color: approx White Ice. HEX triplet: D9, EB and E1. RGB value is (217,235,225). Sum of RGB (Red+Green+Blue) = 217+235+225=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBE1 is #26141E. Grayscale: #E4E4E4. Windows color (decimal): -2495519 or 14805977. OLE color: 14805977.

HSL color Cylindrical-coordinate representation of color #D9EBE1: hue angle of 146.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EBE1 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB217235225-
CMYK0.0800.040.08
HSL146.67º31.03%88.63%-
HSV(B)146.67º7.66%92.16%-
XYZ71.9179.682.81-
YUV228.48126.04119.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=32.05%
G=34.71%
B=33.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352250.0800.040.08146.6731.0388.63
HexD9EBE18048931f59
Octal33135334110041022337131
Binary11011001111010111110000110000100100010010011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBE1; }

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

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

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

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

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

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

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

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