#DEF9EC

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

Shades of White Ice #DEF9EC

Tints of White Ice #DEF9EC

Color information

#DEF9EC (or 0xDEF9EC) is unknown color: approx White Ice. HEX triplet: DE, F9 and EC. RGB value is (222,249,236). Sum of RGB (Red+Green+Blue) = 222+249+236=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9EC is #210613. Grayscale: #EFEFEF. Windows color (decimal): -2164244 or 15530462. OLE color: 15530462.

HSL color Cylindrical-coordinate representation of color #DEF9EC: hue angle of 151.11º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF9EC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB222249236-
CMYK0.1100.050.02
HSL151.11º69.23%92.35%-
HSV(B)151.11º10.84%97.65%-
XYZ79.1489.3492.43-
YUV239.44126.05115.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=31.40%
G=35.22%
B=33.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492360.1100.050.02151.1169.2392.35
HexDEF9ECB05297455c
Octal33637135413052227105134
Binary11011110111110011110110010110101101001011110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9EC; }

 p { color: rgb(222,249,236); }

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

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

 a { background-color: rgb(222,249,236); }

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

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

 span { border-color: rgb(222,249,236); }

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