#D6FAEB

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

Shades of White Ice #D6FAEB

Tints of White Ice #D6FAEB

Color information

#D6FAEB (or 0xD6FAEB) is unknown color: approx White Ice. HEX triplet: D6, FA and EB. RGB value is (214,250,235). Sum of RGB (Red+Green+Blue) = 214+250+235=699 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.62% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAEB is #290514. Grayscale: #EDEDED. Windows color (decimal): -2688277 or 15465174. OLE color: 15465174.

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

Color convert

RGB214250235-
CMYK0.1400.060.02
HSL155º78.26%90.98%-
HSV(B)155º14.4%98.04%-
XYZ76.9188.6791.66-
YUV237.53126.57111.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.62%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=30.62%
G=35.77%
B=33.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502350.1400.060.0215578.2690.98
HexD6FAEBE0629b4e5b
Octal32637235316062233116133
Binary11010110111110101110101111100110101001101110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAEB; }

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

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

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

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

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

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

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

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