Shades of Tranquil #DFF2EE
Tints of Tranquil #DFF2EE
RGB
CMYK
RGB Variations
Color information
#DFF2EE (or 0xDFF2EE) is known color: Tranquil. HEX triplet: DF, F2 and EE. RGB value is (223,242,238). Sum of RGB (Red+Green+Blue) = 223+242+238=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2EE is #200D11. Grayscale: #EBEBEB. Windows color (decimal): -2100498 or 15659743. OLE color: 15659743.
HSL color Cylindrical-coordinate representation of color #DFF2EE: hue angle of 167.37º degrees, saturation: 0.42, 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 #DFF2EE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 238 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.05 |
| HSL | 167.37º | 0.42% | 0.91% | - |
| HSV(B) | 167.37º | 0.08% | 0.95% | - |
| XYZ | 77.62 | 85.37 | 93.28 | - |
| YUV | 235.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 238 | 0.08 | 0 | 0.02 | 0.05 | 167.37 | 0.42 | 0.91 |
| Hex | DF | F2 | EE | 8 | 0 | 2 | 5 | A7 | 2A | 5B |
| Octal | 337 | 362 | 356 | 10 | 0 | 2 | 5 | 247 | 52 | 133 |
| Binary | 11011111 | 11110010 | 11101110 | 1000 | 0 | 10 | 101 | 10100111 | 101010 | 1011011 |
Color Harmonies of #DFF2EE
Complementary color
Monochromatic Colors of #DFF2EE
Black with #DFF2EE
Text Example
Text Example
White with #DFF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2EE; }
p { color: rgb(223,242,238); }
H1.HeaderClassName
{
color: #DFF2EE;
}
.AnyTagClassName
{
color: #DFF2EE;
}
</style>
background-color css
<style>
a { background-color: #DFF2EE; }
a { background-color: rgb(223,242,238); }
div.DivClassName
{
background-color: #DFF2EE;
}
.BgClassName
{
background-color: #DFF2EE;
}
</style>
border-color css
<style>
span { border-color: #DFF2EE; }
span { border-color: rgb(223,242,238); }
td.TdClassName
{
border-color: #DFF2EE;
}
.TagClassName
{
border-color: #DFF2EE;
}
</style>