#D6FDE7

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

Shades of White Ice #D6FDE7

Tints of White Ice #D6FDE7

Color information

#D6FDE7 (or 0xD6FDE7) is unknown color: approx White Ice. HEX triplet: D6, FD and E7. RGB value is (214,253,231). Sum of RGB (Red+Green+Blue) = 214+253+231=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FDE7 is #290218. Grayscale: #EEEEEE. Windows color (decimal): -2687513 or 15203798. OLE color: 15203798.

HSL color Cylindrical-coordinate representation of color #D6FDE7: hue angle of 146.15º 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 #D6FDE7 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB214253231-
CMYK0.1500.090.01
HSL146.15º90.7%91.57%-
HSV(B)146.15º15.42%99.22%-
XYZ77.2890.3288.96-
YUV238.83123.58110.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.66%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 231 (90.62% from 255) = 33.09%
R=30.66%
G=36.25%
B=33.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142532310.1500.090.01146.1590.791.57
HexD6FDE7F091925b5c
Octal326375347170111222133134
Binary11010110111111011110011111110100111001001010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FDE7; }

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

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

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

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

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

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

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

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