#D7FFED

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

Shades of White Ice #D7FFED

Tints of White Ice #D7FFED

Color information

#D7FFED (or 0xD7FFED) is unknown color: approx White Ice. HEX triplet: D7, FF and ED. RGB value is (215,255,237). Sum of RGB (Red+Green+Blue) = 215+255+237=707 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.41% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FFED is #280012. Grayscale: #F1F1F1. Windows color (decimal): -2621459 or 15597527. OLE color: 15597527.

HSL color Cylindrical-coordinate representation of color #D7FFED: hue angle of 153º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7FFED is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB215255237-
CMYK0.1600.070
HSL153º100%92.16%-
HSV(B)153º15.69%100%-
XYZ79.0792.0893.73-
YUV240.99125.75109.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.41%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=30.41%
G=36.07%
B=33.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152552370.1600.07015310092.16
HexD7FFED1007099645c
Octal32737735520070231144134
Binary11010111111111111110110110000011101001100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FFED; }

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

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

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

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

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

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

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

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