#DFFEEF

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

Shades of White Ice #DFFEEF

Tints of White Ice #DFFEEF

Color information

#DFFEEF (or 0xDFFEEF) is unknown color: approx White Ice. HEX triplet: DF, FE and EF. RGB value is (223,254,239). Sum of RGB (Red+Green+Blue) = 223+254+239=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEEF is #200110. Grayscale: #F3F3F3. Windows color (decimal): -2097425 or 15728351. OLE color: 15728351.

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

Color convert

RGB223254239-
CMYK0.1200.060.00
HSL150.97º93.94%93.53%-
HSV(B)150.97º12.2%99.61%-
XYZ81.4592.895.28-
YUV243.02125.73113.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.15%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=31.15%
G=35.47%
B=33.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232542390.1200.060.00150.9793.9493.53
HexDFFEEFC060975e5e
Octal33737635714060227136136
Binary1101111111111110111011111100011001001011110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEEF; }

 p { color: rgb(223,254,239); }

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

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

 a { background-color: rgb(223,254,239); }

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

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

 span { border-color: rgb(223,254,239); }

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