Shades of Tranquil #DFEFED
Tints of Tranquil #DFEFED
RGB
CMYK
RGB Variations
Color information
#DFEFED (or 0xDFEFED) is known color: Tranquil. HEX triplet: DF, EF and ED. RGB value is (223,239,237). Sum of RGB (Red+Green+Blue) = 223+239+237=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFED is #201012. Grayscale: #E9E9E9. Windows color (decimal): -2101267 or 15593439. OLE color: 15593439.
HSL color Cylindrical-coordinate representation of color #DFEFED: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEFED is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 239 | 237 | - |
CMYK | 0.07 | 0 | 0.01 | 0.06 |
HSL | 172.5º | 0.33% | 0.91% | - |
HSV(B) | 172.5º | 0.07% | 0.94% | - |
XYZ | 76.58 | 83.54 | 92.21 | - |
YUV | 233.99 | 129.7 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 237 | 0.07 | 0 | 0.01 | 0.06 | 172.5 | 0.33 | 0.91 |
Hex | DF | EF | ED | 7 | 0 | 1 | 6 | AC | 21 | 5B |
Octal | 337 | 357 | 355 | 7 | 0 | 1 | 6 | 254 | 41 | 133 |
Binary | 11011111 | 11101111 | 11101101 | 111 | 0 | 1 | 110 | 10101100 | 100001 | 1011011 |
Color Harmonies of #DFEFED
Complementary color
Monochromatic Colors of #DFEFED
Black with #DFEFED
Text Example
Text Example
White with #DFEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFED; }
p { color: rgb(223,239,237); }
H1.HeaderClassName
{
color: #DFEFED;
}
.AnyTagClassName
{
color: #DFEFED;
}
</style>
background-color css
<style>
a { background-color: #DFEFED; }
a { background-color: rgb(223,239,237); }
div.DivClassName
{
background-color: #DFEFED;
}
.BgClassName
{
background-color: #DFEFED;
}
</style>
border-color css
<style>
span { border-color: #DFEFED; }
span { border-color: rgb(223,239,237); }
td.TdClassName
{
border-color: #DFEFED;
}
.TagClassName
{
border-color: #DFEFED;
}
</style>