#D6FBEA

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

Shades of White Ice #D6FBEA

Tints of White Ice #D6FBEA

Color information

#D6FBEA (or 0xD6FBEA) is unknown color: approx White Ice. HEX triplet: D6, FB and EA. RGB value is (214,251,234). Sum of RGB (Red+Green+Blue) = 214+251+234=699 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.62% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FBEA is #290415. Grayscale: #EEEEEE. Windows color (decimal): -2688022 or 15399894. OLE color: 15399894.

HSL color Cylindrical-coordinate representation of color #D6FBEA: hue angle of 152.43º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FBEA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB214251234-
CMYK0.1500.070.02
HSL152.43º82.22%91.18%-
HSV(B)152.43º14.74%98.43%-
XYZ77.0889.2391-
YUV238125.74110.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.62%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 234 (91.80% from 255) = 33.48%
R=30.62%
G=35.91%
B=33.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142512340.1500.070.02152.4382.2291.18
HexD6FBEAF07298525b
Octal32637335217072230122133
Binary11010110111110111110101011110111101001100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBEA; }

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

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

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

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

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

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

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

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