Shades of Tranquil #DEF2EE
Tints of Tranquil #DEF2EE
RGB
CMYK
RGB Variations
Color information
#DEF2EE (or 0xDEF2EE) is known color: Tranquil. HEX triplet: DE, F2 and EE. RGB value is (222,242,238). Sum of RGB (Red+Green+Blue) = 222+242+238=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2EE is #210D11. Grayscale: #EBEBEB. Windows color (decimal): -2166034 or 15659742. OLE color: 15659742.
HSL color Cylindrical-coordinate representation of color #DEF2EE: hue angle of 168º degrees, saturation: 0.43, 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 #DEF2EE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 238 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.05 |
| HSL | 168º | 0.43% | 0.91% | - |
| HSV(B) | 168º | 0.08% | 0.95% | - |
| XYZ | 77.31 | 85.21 | 93.26 | - |
| YUV | 235.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 238 | 0.08 | 0 | 0.02 | 0.05 | 168 | 0.43 | 0.91 |
| Hex | DE | F2 | EE | 8 | 0 | 2 | 5 | A8 | 2B | 5B |
| Octal | 336 | 362 | 356 | 10 | 0 | 2 | 5 | 250 | 53 | 133 |
| Binary | 11011110 | 11110010 | 11101110 | 1000 | 0 | 10 | 101 | 10101000 | 101011 | 1011011 |
Color Harmonies of #DEF2EE
Complementary color
Monochromatic Colors of #DEF2EE
Black with #DEF2EE
Text Example
Text Example
White with #DEF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2EE; }
p { color: rgb(222,242,238); }
H1.HeaderClassName
{
color: #DEF2EE;
}
.AnyTagClassName
{
color: #DEF2EE;
}
</style>
background-color css
<style>
a { background-color: #DEF2EE; }
a { background-color: rgb(222,242,238); }
div.DivClassName
{
background-color: #DEF2EE;
}
.BgClassName
{
background-color: #DEF2EE;
}
</style>
border-color css
<style>
span { border-color: #DEF2EE; }
span { border-color: rgb(222,242,238); }
td.TdClassName
{
border-color: #DEF2EE;
}
.TagClassName
{
border-color: #DEF2EE;
}
</style>