Shades of Clear Day #DFF9F1
Tints of Clear Day #DFF9F1
RGB
CMYK
RGB Variations
Color information
#DFF9F1 (or 0xDFF9F1) is known color: Clear Day. HEX triplet: DF, F9 and F1. RGB value is (223,249,241). Sum of RGB (Red+Green+Blue) = 223+249+241=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF9F1 is #20060E. Grayscale: #F0F0F0. Windows color (decimal): -2098703 or 15858143. OLE color: 15858143.
HSL color Cylindrical-coordinate representation of color #DFF9F1: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF9F1 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 249 | 241 | - |
CMYK | 0.10 | 0 | 0.03 | 0.02 |
HSL | 161.54º | 0.68% | 0.93% | - |
HSV(B) | 161.54º | 0.1% | 0.98% | - |
XYZ | 80.18 | 89.79 | 96.32 | - |
YUV | 240.31 | 128.39 | 115.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 249 | 241 | 0.10 | 0 | 0.03 | 0.02 | 161.54 | 0.68 | 0.93 |
Hex | DF | F9 | F1 | A | 0 | 3 | 2 | A2 | 44 | 5D |
Octal | 337 | 371 | 361 | 12 | 0 | 3 | 2 | 242 | 104 | 135 |
Binary | 11011111 | 11111001 | 11110001 | 1010 | 0 | 11 | 10 | 10100010 | 1000100 | 1011101 |
Color Harmonies of #DFF9F1
Complementary color
Monochromatic Colors of #DFF9F1
Black with #DFF9F1
Text Example
Text Example
White with #DFF9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF9F1; }
p { color: rgb(223,249,241); }
H1.HeaderClassName
{
color: #DFF9F1;
}
.AnyTagClassName
{
color: #DFF9F1;
}
</style>
background-color css
<style>
a { background-color: #DFF9F1; }
a { background-color: rgb(223,249,241); }
div.DivClassName
{
background-color: #DFF9F1;
}
.BgClassName
{
background-color: #DFF9F1;
}
</style>
border-color css
<style>
span { border-color: #DFF9F1; }
span { border-color: rgb(223,249,241); }
td.TdClassName
{
border-color: #DFF9F1;
}
.TagClassName
{
border-color: #DFF9F1;
}
</style>