#D6FFEA

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

Shades of White Ice #D6FFEA

Tints of White Ice #D6FFEA

Color information

#D6FFEA (or 0xD6FFEA) is unknown color: approx White Ice. HEX triplet: D6, FF and EA. RGB value is (214,255,234). Sum of RGB (Red+Green+Blue) = 214+255+234=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFEA is #290015. Grayscale: #F0F0F0. Windows color (decimal): -2686998 or 15400918. OLE color: 15400918.

HSL color Cylindrical-coordinate representation of color #D6FFEA: hue angle of 149.27º 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 #D6FFEA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB214255234-
CMYK0.1600.080
HSL149.27º100%91.96%-
HSV(B)149.27º16.08%100%-
XYZ78.3491.7691.42-
YUV240.35124.42109.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.44%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=30.44%
G=36.27%
B=33.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142552340.1600.080149.2710091.96
HexD6FFEA1008095645c
Octal326377352200100225144134
Binary110101101111111111101010100000100001001010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFEA; }

 p { color: rgb(214,255,234); }

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

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

 a { background-color: rgb(214,255,234); }

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

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

 span { border-color: rgb(214,255,234); }

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