#DEFFEF

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

Shades of White Ice #DEFFEF

Tints of White Ice #DEFFEF

Color information

#DEFFEF (or 0xDEFFEF) is unknown color: approx White Ice. HEX triplet: DE, FF and EF. RGB value is (222,255,239). Sum of RGB (Red+Green+Blue) = 222+255+239=716 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.01% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEF is #210010. Grayscale: #F3F3F3. Windows color (decimal): -2162705 or 15728606. OLE color: 15728606.

HSL color Cylindrical-coordinate representation of color #DEFFEF: hue angle of 150.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB222255239-
CMYK0.1300.060
HSL150.91º100%93.53%-
HSV(B)150.91º12.94%100%-
XYZ81.4693.2895.37-
YUV243.31125.57112.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.01%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=31.01%
G=35.61%
B=33.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552390.1300.060150.9110093.53
HexDEFFEFD06097645e
Octal33637735715060227144136
Binary1101111011111111111011111101011001001011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFEF; }

 p { color: rgb(222,255,239); }

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

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

 a { background-color: rgb(222,255,239); }

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

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

 span { border-color: rgb(222,255,239); }

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