#D6FFEB

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

Shades of White Ice #D6FFEB

Tints of White Ice #D6FFEB

Color information

#D6FFEB (or 0xD6FFEB) is unknown color: approx White Ice. HEX triplet: D6, FF and EB. RGB value is (214,255,235). Sum of RGB (Red+Green+Blue) = 214+255+235=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFEB is #290014. Grayscale: #F0F0F0. Windows color (decimal): -2686997 or 15466454. OLE color: 15466454.

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

Color convert

RGB214255235-
CMYK0.1600.080
HSL150.73º100%91.96%-
HSV(B)150.73º16.08%100%-
XYZ78.4991.8192.18-
YUV240.46124.92109.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.40%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=30.40%
G=36.22%
B=33.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142552350.1600.080150.7310091.96
HexD6FFEB1008097645c
Octal326377353200100227144134
Binary110101101111111111101011100000100001001011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFEB; }

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

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

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

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

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

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

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

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