#DDFFEF

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

Shades of White Ice #DDFFEF

Tints of White Ice #DDFFEF

Color information

#DDFFEF (or 0xDDFFEF) is unknown color: approx White Ice. HEX triplet: DD, FF and EF. RGB value is (221,255,239). Sum of RGB (Red+Green+Blue) = 221+255+239=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFEF is #220010. Grayscale: #F3F3F3. Windows color (decimal): -2228241 or 15728605. OLE color: 15728605.

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

Color convert

RGB221255239-
CMYK0.1300.060
HSL151.76º100%93.33%-
HSV(B)151.76º13.33%100%-
XYZ81.1693.1295.36-
YUV243.01125.74112.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.91%
GREEN value IS 255 (100% from 255) = 35.66%
BLUE value IS 239 (93.75% from 255) = 33.43%
R=30.91%
G=35.66%
B=33.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552390.1300.060151.7610093.33
HexDDFFEFD06098645d
Octal33537735715060230144135
Binary1101110111111111111011111101011001001100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFEF; }

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

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

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

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

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

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

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

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