#D6F6EA

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

Shades of White Ice #D6F6EA

Tints of White Ice #D6F6EA

Color information

#D6F6EA (or 0xD6F6EA) is unknown color: approx White Ice. HEX triplet: D6, F6 and EA. RGB value is (214,246,234). Sum of RGB (Red+Green+Blue) = 214+246+234=694 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.84% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F6EA is #290915. Grayscale: #EBEBEB. Windows color (decimal): -2689302 or 15398614. OLE color: 15398614.

HSL color Cylindrical-coordinate representation of color #D6F6EA: hue angle of 157.5º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F6EA is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB214246234-
CMYK0.1300.050.04
HSL157.5º64%90.2%-
HSV(B)157.5º13.01%96.47%-
XYZ75.5486.1590.49-
YUV235.06127.4112.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.84%
GREEN value IS 246 (96.48% from 255) = 35.45%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=30.84%
G=35.45%
B=33.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142462340.1300.050.04157.56490.2
HexD6F6EAD0549e405a
Octal32636635215054236100132
Binary110101101111011011101010110101011001001111010000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F6EA; }

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

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

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

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

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

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

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

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