#D6FDE9

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

Shades of White Ice #D6FDE9

Tints of White Ice #D6FDE9

Color information

#D6FDE9 (or 0xD6FDE9) is unknown color: approx White Ice. HEX triplet: D6, FD and E9. RGB value is (214,253,233). Sum of RGB (Red+Green+Blue) = 214+253+233=700 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.57% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FDE9 is #290216. Grayscale: #EFEFEF. Windows color (decimal): -2687511 or 15334870. OLE color: 15334870.

HSL color Cylindrical-coordinate representation of color #D6FDE9: hue angle of 149.23º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FDE9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB214253233-
CMYK0.1500.080.01
HSL149.23º90.7%91.57%-
HSV(B)149.23º15.42%99.22%-
XYZ77.5690.4390.46-
YUV239.06124.58110.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.57%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 233 (91.41% from 255) = 33.29%
R=30.57%
G=36.14%
B=33.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142532330.1500.080.01149.2390.791.57
HexD6FDE9F081955b5c
Octal326375351170101225133134
Binary11010110111111011110100111110100011001010110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FDE9; }

 p { color: rgb(214,253,233); }

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

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

 a { background-color: rgb(214,253,233); }

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

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

 span { border-color: rgb(214,253,233); }

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