Shades of Tranquil #DFECEA
Tints of Tranquil #DFECEA
RGB
CMYK
RGB Variations
Color information
#DFECEA (or 0xDFECEA) is known color: Tranquil. HEX triplet: DF, EC and EA. RGB value is (223,236,234). Sum of RGB (Red+Green+Blue) = 223+236+234=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECEA is #201315. Grayscale: #E7E7E7. Windows color (decimal): -2102038 or 15396063. OLE color: 15396063.
HSL color Cylindrical-coordinate representation of color #DFECEA: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFECEA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 234 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.07 |
| HSL | 170.77º | 0.25% | 0.9% | - |
| HSV(B) | 170.77º | 0.06% | 0.93% | - |
| XYZ | 75.28 | 81.62 | 89.63 | - |
| YUV | 231.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 234 | 0.06 | 0 | 0.01 | 0.07 | 170.77 | 0.25 | 0.9 |
| Hex | DF | EC | EA | 6 | 0 | 1 | 7 | AB | 19 | 5A |
| Octal | 337 | 354 | 352 | 6 | 0 | 1 | 7 | 253 | 31 | 132 |
| Binary | 11011111 | 11101100 | 11101010 | 110 | 0 | 1 | 111 | 10101011 | 11001 | 1011010 |
Color Harmonies of #DFECEA
Complementary color
Monochromatic Colors of #DFECEA
Black with #DFECEA
Text Example
Text Example
White with #DFECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECEA; }
p { color: rgb(223,236,234); }
H1.HeaderClassName
{
color: #DFECEA;
}
.AnyTagClassName
{
color: #DFECEA;
}
</style>
background-color css
<style>
a { background-color: #DFECEA; }
a { background-color: rgb(223,236,234); }
div.DivClassName
{
background-color: #DFECEA;
}
.BgClassName
{
background-color: #DFECEA;
}
</style>
border-color css
<style>
span { border-color: #DFECEA; }
span { border-color: rgb(223,236,234); }
td.TdClassName
{
border-color: #DFECEA;
}
.TagClassName
{
border-color: #DFECEA;
}
</style>