#D7FEED

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

Shades of White Ice #D7FEED

Tints of White Ice #D7FEED

Color information

#D7FEED (or 0xD7FEED) is unknown color: approx White Ice. HEX triplet: D7, FE and ED. RGB value is (215,254,237). Sum of RGB (Red+Green+Blue) = 215+254+237=706 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.45% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEED is #280112. Grayscale: #F0F0F0. Windows color (decimal): -2621715 or 15597271. OLE color: 15597271.

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

Color convert

RGB215254237-
CMYK0.1500.070.00
HSL153.85º95.12%91.96%-
HSV(B)153.85º15.35%99.61%-
XYZ78.7591.4593.62-
YUV240.4126.08109.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.45%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 237 (92.97% from 255) = 33.57%
R=30.45%
G=35.98%
B=33.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152542370.1500.070.00153.8595.1291.96
HexD7FEEDF0709a5f5c
Octal32737635517070232137134
Binary1101011111111110111011011111011101001101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEED; }

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

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

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

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

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

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

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

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