#D7F2E7

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

Shades of White Ice #D7F2E7

Tints of White Ice #D7F2E7

Color information

#D7F2E7 (or 0xD7F2E7) is unknown color: approx White Ice. HEX triplet: D7, F2 and E7. RGB value is (215,242,231). Sum of RGB (Red+Green+Blue) = 215+242+231=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F2E7 is #280D18. Grayscale: #E8E8E8. Windows color (decimal): -2624793 or 15200983. OLE color: 15200983.

HSL color Cylindrical-coordinate representation of color #D7F2E7: hue angle of 155.56º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F2E7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB215242231-
CMYK0.1100.050.05
HSL155.56º50.94%89.61%-
HSV(B)155.56º11.16%94.9%-
XYZ74.283.7287.85-
YUV232.67127.05115.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=31.25%
G=35.17%
B=33.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152422310.1100.050.05155.5650.9489.61
HexD7F2E7B0559c335a
Octal3273623471305523463132
Binary11010111111100101110011110110101101100111001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2E7; }

 p { color: rgb(215,242,231); }

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

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

 a { background-color: rgb(215,242,231); }

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

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

 span { border-color: rgb(215,242,231); }

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