Shades of Tranquil #DFEDEA
Tints of Tranquil #DFEDEA
RGB
CMYK
RGB Variations
Color information
#DFEDEA (or 0xDFEDEA) is known color: Tranquil. HEX triplet: DF, ED and EA. RGB value is (223,237,234). Sum of RGB (Red+Green+Blue) = 223+237+234=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDEA is #201215. Grayscale: #E8E8E8. Windows color (decimal): -2101782 or 15396319. OLE color: 15396319.
HSL color Cylindrical-coordinate representation of color #DFEDEA: hue angle of 167.14º degrees, saturation: 0.28, 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 #DFEDEA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 234 | - |
CMYK | 0.06 | 0 | 0.01 | 0.07 |
HSL | 167.14º | 0.28% | 0.9% | - |
HSV(B) | 167.14º | 0.06% | 0.93% | - |
XYZ | 75.57 | 82.2 | 89.72 | - |
YUV | 232.47 | 128.86 | 121.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 234 | 0.06 | 0 | 0.01 | 0.07 | 167.14 | 0.28 | 0.9 |
Hex | DF | ED | EA | 6 | 0 | 1 | 7 | A7 | 1C | 5A |
Octal | 337 | 355 | 352 | 6 | 0 | 1 | 7 | 247 | 34 | 132 |
Binary | 11011111 | 11101101 | 11101010 | 110 | 0 | 1 | 111 | 10100111 | 11100 | 1011010 |
Color Harmonies of #DFEDEA
Complementary color
Monochromatic Colors of #DFEDEA
Black with #DFEDEA
Text Example
Text Example
White with #DFEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDEA; }
p { color: rgb(223,237,234); }
H1.HeaderClassName
{
color: #DFEDEA;
}
.AnyTagClassName
{
color: #DFEDEA;
}
</style>
background-color css
<style>
a { background-color: #DFEDEA; }
a { background-color: rgb(223,237,234); }
div.DivClassName
{
background-color: #DFEDEA;
}
.BgClassName
{
background-color: #DFEDEA;
}
</style>
border-color css
<style>
span { border-color: #DFEDEA; }
span { border-color: rgb(223,237,234); }
td.TdClassName
{
border-color: #DFEDEA;
}
.TagClassName
{
border-color: #DFEDEA;
}
</style>