Shades of Clear Day #DFFFF1
Tints of Clear Day #DFFFF1
RGB
CMYK
RGB Variations
Color information
#DFFFF1 (or 0xDFFFF1) is known color: Clear Day. HEX triplet: DF, FF and F1. RGB value is (223,255,241). Sum of RGB (Red+Green+Blue) = 223+255+241=719 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.02% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFF1 is #20000E. Grayscale: #F3F3F3. Windows color (decimal): -2097167 or 15859679. OLE color: 15859679.
HSL color Cylindrical-coordinate representation of color #DFFFF1: hue angle of 153.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFF1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 255 | 241 | - |
CMYK | 0.13 | 0 | 0.05 | 0 |
HSL | 153.75º | 1% | 0.94% | - |
HSV(B) | 153.75º | 0.13% | 1% | - |
XYZ | 82.07 | 93.56 | 96.95 | - |
YUV | 243.84 | 126.4 | 113.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 255 | 241 | 0.13 | 0 | 0.05 | 0 | 153.75 | 1 | 0.94 |
Hex | DF | FF | F1 | D | 0 | 5 | 0 | 9A | 64 | 5E |
Octal | 337 | 377 | 361 | 15 | 0 | 5 | 0 | 232 | 144 | 136 |
Binary | 11011111 | 11111111 | 11110001 | 1101 | 0 | 101 | 0 | 10011010 | 1100100 | 1011110 |
Color Harmonies of #DFFFF1
Complementary color
Monochromatic Colors of #DFFFF1
Black with #DFFFF1
Text Example
Text Example
White with #DFFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFF1; }
p { color: rgb(223,255,241); }
H1.HeaderClassName
{
color: #DFFFF1;
}
.AnyTagClassName
{
color: #DFFFF1;
}
</style>
background-color css
<style>
a { background-color: #DFFFF1; }
a { background-color: rgb(223,255,241); }
div.DivClassName
{
background-color: #DFFFF1;
}
.BgClassName
{
background-color: #DFFFF1;
}
</style>
border-color css
<style>
span { border-color: #DFFFF1; }
span { border-color: rgb(223,255,241); }
td.TdClassName
{
border-color: #DFFFF1;
}
.TagClassName
{
border-color: #DFFFF1;
}
</style>