Shades of Clear Day #DDFBF1
Tints of Clear Day #DDFBF1
RGB
CMYK
RGB Variations
Color information
#DDFBF1 (or 0xDDFBF1) is known color: Clear Day. HEX triplet: DD, FB and F1. RGB value is (221,251,241). Sum of RGB (Red+Green+Blue) = 221+251+241=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBF1 is #22040E. Grayscale: #F0F0F0. Windows color (decimal): -2229263 or 15858653. OLE color: 15858653.
HSL color Cylindrical-coordinate representation of color #DDFBF1: hue angle of 160º 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 #DDFBF1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 241 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 160º | 0.79% | 0.93% | - |
| HSV(B) | 160º | 0.12% | 0.98% | - |
| XYZ | 80.19 | 90.72 | 96.5 | - |
| YUV | 240.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 241 | 0.12 | 0 | 0.04 | 0.02 | 160 | 0.79 | 0.93 |
| Hex | DD | FB | F1 | C | 0 | 4 | 2 | A0 | 4F | 5D |
| Octal | 335 | 373 | 361 | 14 | 0 | 4 | 2 | 240 | 117 | 135 |
| Binary | 11011101 | 11111011 | 11110001 | 1100 | 0 | 100 | 10 | 10100000 | 1001111 | 1011101 |
Color Harmonies of #DDFBF1
Complementary color
Monochromatic Colors of #DDFBF1
Black with #DDFBF1
Text Example
Text Example
White with #DDFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBF1; }
p { color: rgb(221,251,241); }
H1.HeaderClassName
{
color: #DDFBF1;
}
.AnyTagClassName
{
color: #DDFBF1;
}
</style>
background-color css
<style>
a { background-color: #DDFBF1; }
a { background-color: rgb(221,251,241); }
div.DivClassName
{
background-color: #DDFBF1;
}
.BgClassName
{
background-color: #DDFBF1;
}
</style>
border-color css
<style>
span { border-color: #DDFBF1; }
span { border-color: rgb(221,251,241); }
td.TdClassName
{
border-color: #DDFBF1;
}
.TagClassName
{
border-color: #DDFBF1;
}
</style>