#D7EDE5

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

Shades of White Ice #D7EDE5

Tints of White Ice #D7EDE5

Color information

#D7EDE5 (or 0xD7EDE5) is unknown color: approx White Ice. HEX triplet: D7, ED and E5. RGB value is (215,237,229). Sum of RGB (Red+Green+Blue) = 215+237+229=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EDE5 is #28121A. Grayscale: #E5E5E5. Windows color (decimal): -2626075 or 15068631. OLE color: 15068631.

HSL color Cylindrical-coordinate representation of color #D7EDE5: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7EDE5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB215237229-
CMYK0.0900.030.07
HSL158.18º37.93%88.63%-
HSV(B)158.18º9.28%92.94%-
XYZ72.4580.6785.88-
YUV229.51127.71117.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.57%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 229 (89.84% from 255) = 33.63%
R=31.57%
G=34.80%
B=33.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152372290.0900.030.07158.1837.9388.63
HexD7EDE590379e2659
Octal3273553451103723646131
Binary1101011111101101111001011001011111100111101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EDE5; }

 p { color: rgb(215,237,229); }

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

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

 a { background-color: rgb(215,237,229); }

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

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

 span { border-color: rgb(215,237,229); }

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