#D6FFEE

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

Shades of White Ice #D6FFEE

Tints of White Ice #D6FFEE

Color information

#D6FFEE (or 0xD6FFEE) is unknown color: approx White Ice. HEX triplet: D6, FF and EE. RGB value is (214,255,238). Sum of RGB (Red+Green+Blue) = 214+255+238=707 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.27% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFEE is #290011. Grayscale: #F0F0F0. Windows color (decimal): -2686994 or 15663062. OLE color: 15663062.

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

Color convert

RGB214255238-
CMYK0.1600.070
HSL155.12º100%91.96%-
HSV(B)155.12º16.08%100%-
XYZ78.9291.9994.48-
YUV240.8126.42108.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.27%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=30.27%
G=36.07%
B=33.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142552380.1600.070155.1210091.96
HexD6FFEE100709b645c
Octal32637735620070233144134
Binary11010110111111111110111010000011101001101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFEE; }

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

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

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

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

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

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

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

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