Shades of Clear Day #DDFFF0
Tints of Clear Day #DDFFF0
RGB
CMYK
RGB Variations
Color information
#DDFFF0 (or 0xDDFFF0) is known color: Clear Day. HEX triplet: DD, FF and F0. RGB value is (221,255,240). Sum of RGB (Red+Green+Blue) = 221+255+240=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFF0 is #22000F. Grayscale: #F3F3F3. Windows color (decimal): -2228240 or 15794141. OLE color: 15794141.
HSL color Cylindrical-coordinate representation of color #DDFFF0: hue angle of 153.53º 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 #DDFFF0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 240 | - |
CMYK | 0.13 | 0 | 0.06 | 0 |
HSL | 153.53º | 1% | 0.93% | - |
HSV(B) | 153.53º | 0.13% | 1% | - |
XYZ | 81.31 | 93.18 | 96.14 | - |
YUV | 243.12 | 126.24 | 112.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 240 | 0.13 | 0 | 0.06 | 0 | 153.53 | 1 | 0.93 |
Hex | DD | FF | F0 | D | 0 | 6 | 0 | 9A | 64 | 5D |
Octal | 335 | 377 | 360 | 15 | 0 | 6 | 0 | 232 | 144 | 135 |
Binary | 11011101 | 11111111 | 11110000 | 1101 | 0 | 110 | 0 | 10011010 | 1100100 | 1011101 |
Color Harmonies of #DDFFF0
Complementary color
Monochromatic Colors of #DDFFF0
Black with #DDFFF0
Text Example
Text Example
White with #DDFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFF0; }
p { color: rgb(221,255,240); }
H1.HeaderClassName
{
color: #DDFFF0;
}
.AnyTagClassName
{
color: #DDFFF0;
}
</style>
background-color css
<style>
a { background-color: #DDFFF0; }
a { background-color: rgb(221,255,240); }
div.DivClassName
{
background-color: #DDFFF0;
}
.BgClassName
{
background-color: #DDFFF0;
}
</style>
border-color css
<style>
span { border-color: #DDFFF0; }
span { border-color: rgb(221,255,240); }
td.TdClassName
{
border-color: #DDFFF0;
}
.TagClassName
{
border-color: #DDFFF0;
}
</style>