Shades of Clear Day #DFF3EE
Tints of Clear Day #DFF3EE
RGB
CMYK
RGB Variations
Color information
#DFF3EE (or 0xDFF3EE) is known color: Clear Day. HEX triplet: DF, F3 and EE. RGB value is (223,243,238). Sum of RGB (Red+Green+Blue) = 223+243+238=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3EE is #200C11. Grayscale: #ECECEC. Windows color (decimal): -2100242 or 15659999. OLE color: 15659999.
HSL color Cylindrical-coordinate representation of color #DFF3EE: hue angle of 165º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3EE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 238 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.05 |
| HSL | 165º | 0.45% | 0.91% | - |
| HSV(B) | 165º | 0.08% | 0.95% | - |
| XYZ | 77.91 | 85.96 | 93.37 | - |
| YUV | 236.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 238 | 0.08 | 0 | 0.02 | 0.05 | 165 | 0.45 | 0.91 |
| Hex | DF | F3 | EE | 8 | 0 | 2 | 5 | A5 | 2D | 5B |
| Octal | 337 | 363 | 356 | 10 | 0 | 2 | 5 | 245 | 55 | 133 |
| Binary | 11011111 | 11110011 | 11101110 | 1000 | 0 | 10 | 101 | 10100101 | 101101 | 1011011 |
Color Harmonies of #DFF3EE
Complementary color
Monochromatic Colors of #DFF3EE
Black with #DFF3EE
Text Example
Text Example
White with #DFF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3EE; }
p { color: rgb(223,243,238); }
H1.HeaderClassName
{
color: #DFF3EE;
}
.AnyTagClassName
{
color: #DFF3EE;
}
</style>
background-color css
<style>
a { background-color: #DFF3EE; }
a { background-color: rgb(223,243,238); }
div.DivClassName
{
background-color: #DFF3EE;
}
.BgClassName
{
background-color: #DFF3EE;
}
</style>
border-color css
<style>
span { border-color: #DFF3EE; }
span { border-color: rgb(223,243,238); }
td.TdClassName
{
border-color: #DFF3EE;
}
.TagClassName
{
border-color: #DFF3EE;
}
</style>