Shades of Clear Day #DDFFF6
Tints of Clear Day #DDFFF6
RGB
CMYK
RGB Variations
Color information
#DDFFF6 (or 0xDDFFF6) is known color: Clear Day. HEX triplet: DD, FF and F6. RGB value is (221,255,246). Sum of RGB (Red+Green+Blue) = 221+255+246=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFF6 is #220009. Grayscale: #F3F3F3. Windows color (decimal): -2228234 or 16187357. OLE color: 16187357.
HSL color Cylindrical-coordinate representation of color #DDFFF6: hue angle of 164.12º 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 #DDFFF6 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 246 | - |
CMYK | 0.13 | 0 | 0.04 | 0 |
HSL | 164.12º | 1% | 0.93% | - |
HSV(B) | 164.12º | 0.13% | 1% | - |
XYZ | 82.21 | 93.55 | 100.91 | - |
YUV | 243.81 | 129.24 | 111.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 246 | 0.13 | 0 | 0.04 | 0 | 164.12 | 1 | 0.93 |
Hex | DD | FF | F6 | D | 0 | 4 | 0 | A4 | 64 | 5D |
Octal | 335 | 377 | 366 | 15 | 0 | 4 | 0 | 244 | 144 | 135 |
Binary | 11011101 | 11111111 | 11110110 | 1101 | 0 | 100 | 0 | 10100100 | 1100100 | 1011101 |
Color Harmonies of #DDFFF6
Complementary color
Monochromatic Colors of #DDFFF6
Black with #DDFFF6
Text Example
Text Example
White with #DDFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFF6; }
p { color: rgb(221,255,246); }
H1.HeaderClassName
{
color: #DDFFF6;
}
.AnyTagClassName
{
color: #DDFFF6;
}
</style>
background-color css
<style>
a { background-color: #DDFFF6; }
a { background-color: rgb(221,255,246); }
div.DivClassName
{
background-color: #DDFFF6;
}
.BgClassName
{
background-color: #DDFFF6;
}
</style>
border-color css
<style>
span { border-color: #DDFFF6; }
span { border-color: rgb(221,255,246); }
td.TdClassName
{
border-color: #DDFFF6;
}
.TagClassName
{
border-color: #DDFFF6;
}
</style>