#DEF8EB

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

Shades of White Ice #DEF8EB

Tints of White Ice #DEF8EB

Color information

#DEF8EB (or 0xDEF8EB) is unknown color: approx White Ice. HEX triplet: DE, F8 and EB. RGB value is (222,248,235). Sum of RGB (Red+Green+Blue) = 222+248+235=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8EB is #210714. Grayscale: #EEEEEE. Windows color (decimal): -2164501 or 15464670. OLE color: 15464670.

HSL color Cylindrical-coordinate representation of color #DEF8EB: hue angle of 150º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8EB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB222248235-
CMYK0.1000.050.03
HSL150º65%92.16%-
HSV(B)150º10.48%97.25%-
XYZ78.6988.6691.56-
YUV238.74125.89116.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.49%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 235 (92.19% from 255) = 33.33%
R=31.49%
G=35.18%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482350.1000.050.031506592.16
HexDEF8EBA05396415c
Octal33637035312053226101134
Binary11011110111110001110101110100101111001011010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8EB; }

 p { color: rgb(222,248,235); }

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

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

 a { background-color: rgb(222,248,235); }

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

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

 span { border-color: rgb(222,248,235); }

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