#D6FEED

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

Shades of White Ice #D6FEED

Tints of White Ice #D6FEED

Color information

#D6FEED (or 0xD6FEED) is unknown color: approx White Ice. HEX triplet: D6, FE and ED. RGB value is (214,254,237). Sum of RGB (Red+Green+Blue) = 214+254+237=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEED is #290112. Grayscale: #F0F0F0. Windows color (decimal): -2687251 or 15597270. OLE color: 15597270.

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

Color convert

RGB214254237-
CMYK0.1600.070.00
HSL154.5º95.24%91.76%-
HSV(B)154.5º15.75%99.61%-
XYZ78.4691.2993.61-
YUV240.1126.25109.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.35%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=30.35%
G=36.03%
B=33.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142542370.1600.070.00154.595.2491.76
HexD6FEED100709a5f5c
Octal32637635520070232137134
Binary11010110111111101110110110000011101001101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEED; }

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

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

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

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

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

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

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

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