Shades of White Ice #DDFFEF
Tints of White Ice #DDFFEF
RGB
CMYK
RGB Variations
Color information
#DDFFEF (or 0xDDFFEF) is known color: 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
RGB | 221 | 255 | 239 | - |
CMYK | 0.13 | 0 | 0.06 | 0 |
HSL | 151.76º | 1% | 0.93% | - |
HSV(B) | 151.76º | 0.13% | 1% | - |
XYZ | 81.16 | 93.12 | 95.36 | - |
YUV | 243.01 | 125.74 | 112.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 239 | 0.13 | 0 | 0.06 | 0 | 151.76 | 1 | 0.93 |
Hex | DD | FF | EF | D | 0 | 6 | 0 | 98 | 64 | 5D |
Octal | 335 | 377 | 357 | 15 | 0 | 6 | 0 | 230 | 144 | 135 |
Binary | 11011101 | 11111111 | 11101111 | 1101 | 0 | 110 | 0 | 10011000 | 1100100 | 1011101 |
Color Harmonies of #DDFFEF
Complementary color
Monochromatic Colors of #DDFFEF
Black with #DDFFEF
Text Example
Text Example
White with #DDFFEF
Text Example
Text Example
HTML Codes & Css Web 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>