Shades of White Ice #DDFBED
Tints of White Ice #DDFBED
RGB
CMYK
RGB Variations
Color information
#DDFBED (or 0xDDFBED) is known color: White Ice. HEX triplet: DD, FB and ED. RGB value is (221,251,237). Sum of RGB (Red+Green+Blue) = 221+251+237=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBED is #220412. Grayscale: #F0F0F0. Windows color (decimal): -2229267 or 15596509. OLE color: 15596509.
HSL color Cylindrical-coordinate representation of color #DDFBED: hue angle of 152º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBED is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 237 | - |
CMYK | 0.12 | 0 | 0.06 | 0.02 |
HSL | 152º | 0.79% | 0.93% | - |
HSV(B) | 152º | 0.12% | 0.98% | - |
XYZ | 79.6 | 90.48 | 93.39 | - |
YUV | 240.43 | 126.06 | 114.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 237 | 0.12 | 0 | 0.06 | 0.02 | 152 | 0.79 | 0.93 |
Hex | DD | FB | ED | C | 0 | 6 | 2 | 98 | 4F | 5D |
Octal | 335 | 373 | 355 | 14 | 0 | 6 | 2 | 230 | 117 | 135 |
Binary | 11011101 | 11111011 | 11101101 | 1100 | 0 | 110 | 10 | 10011000 | 1001111 | 1011101 |
Color Harmonies of #DDFBED
Complementary color
Monochromatic Colors of #DDFBED
Black with #DDFBED
Text Example
Text Example
White with #DDFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBED; }
p { color: rgb(221,251,237); }
H1.HeaderClassName
{
color: #DDFBED;
}
.AnyTagClassName
{
color: #DDFBED;
}
</style>
background-color css
<style>
a { background-color: #DDFBED; }
a { background-color: rgb(221,251,237); }
div.DivClassName
{
background-color: #DDFBED;
}
.BgClassName
{
background-color: #DDFBED;
}
</style>
border-color css
<style>
span { border-color: #DDFBED; }
span { border-color: rgb(221,251,237); }
td.TdClassName
{
border-color: #DDFBED;
}
.TagClassName
{
border-color: #DDFBED;
}
</style>