#DEF7EB

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

Shades of White Ice #DEF7EB

Tints of White Ice #DEF7EB

Color information

#DEF7EB (or 0xDEF7EB) is unknown color: approx White Ice. HEX triplet: DE, F7 and EB. RGB value is (222,247,235). Sum of RGB (Red+Green+Blue) = 222+247+235=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF7EB is #210814. Grayscale: #EEEEEE. Windows color (decimal): -2164757 or 15464414. OLE color: 15464414.

HSL color Cylindrical-coordinate representation of color #DEF7EB: hue angle of 151.2º degrees, saturation: 0.61, 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 #DEF7EB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB222247235-
CMYK0.1000.050.03
HSL151.2º60.98%91.96%-
HSV(B)151.2º10.12%96.86%-
XYZ78.3888.0591.46-
YUV238.16126.22116.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 247 (96.88% from 255) = 35.09%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=31.53%
G=35.09%
B=33.38%

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
Decimal2222472350.1000.050.03151.260.9891.96
HexDEF7EBA053973d5c
Octal3363673531205322775134
Binary1101111011110111111010111010010111100101111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF7EB; }

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

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

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

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

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

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

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

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