Shades of Clear Day #DDFBEF
Tints of Clear Day #DDFBEF
RGB
CMYK
RGB Variations
Color information
#DDFBEF (or 0xDDFBEF) is known color: Clear Day. HEX triplet: DD, FB and EF. RGB value is (221,251,239). Sum of RGB (Red+Green+Blue) = 221+251+239=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBEF is #220410. Grayscale: #F0F0F0. Windows color (decimal): -2229265 or 15727581. OLE color: 15727581.
HSL color Cylindrical-coordinate representation of color #DDFBEF: hue angle of 156º 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 #DDFBEF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 239 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.02 |
| HSL | 156º | 0.79% | 0.93% | - |
| HSV(B) | 156º | 0.12% | 0.98% | - |
| XYZ | 79.9 | 90.6 | 94.94 | - |
| YUV | 240.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 239 | 0.12 | 0 | 0.05 | 0.02 | 156 | 0.79 | 0.93 |
| Hex | DD | FB | EF | C | 0 | 5 | 2 | 9C | 4F | 5D |
| Octal | 335 | 373 | 357 | 14 | 0 | 5 | 2 | 234 | 117 | 135 |
| Binary | 11011101 | 11111011 | 11101111 | 1100 | 0 | 101 | 10 | 10011100 | 1001111 | 1011101 |
Color Harmonies of #DDFBEF
Complementary color
Monochromatic Colors of #DDFBEF
Black with #DDFBEF
Text Example
Text Example
White with #DDFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBEF; }
p { color: rgb(221,251,239); }
H1.HeaderClassName
{
color: #DDFBEF;
}
.AnyTagClassName
{
color: #DDFBEF;
}
</style>
background-color css
<style>
a { background-color: #DDFBEF; }
a { background-color: rgb(221,251,239); }
div.DivClassName
{
background-color: #DDFBEF;
}
.BgClassName
{
background-color: #DDFBEF;
}
</style>
border-color css
<style>
span { border-color: #DDFBEF; }
span { border-color: rgb(221,251,239); }
td.TdClassName
{
border-color: #DDFBEF;
}
.TagClassName
{
border-color: #DDFBEF;
}
</style>