Shades of Tranquil #DFEFEC
Tints of Tranquil #DFEFEC
RGB
CMYK
RGB Variations
Color information
#DFEFEC (or 0xDFEFEC) is known color: Tranquil. HEX triplet: DF, EF and EC. RGB value is (223,239,236). Sum of RGB (Red+Green+Blue) = 223+239+236=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFEC is #201013. Grayscale: #E9E9E9. Windows color (decimal): -2101268 or 15527903. OLE color: 15527903.
HSL color Cylindrical-coordinate representation of color #DFEFEC: hue angle of 168.75º 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 #DFEFEC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 239 | 236 | - |
CMYK | 0.07 | 0 | 0.01 | 0.06 |
HSL | 168.75º | 0.33% | 0.91% | - |
HSV(B) | 168.75º | 0.07% | 0.94% | - |
XYZ | 76.44 | 83.48 | 91.44 | - |
YUV | 233.87 | 129.2 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 236 | 0.07 | 0 | 0.01 | 0.06 | 168.75 | 0.33 | 0.91 |
Hex | DF | EF | EC | 7 | 0 | 1 | 6 | A9 | 21 | 5B |
Octal | 337 | 357 | 354 | 7 | 0 | 1 | 6 | 251 | 41 | 133 |
Binary | 11011111 | 11101111 | 11101100 | 111 | 0 | 1 | 110 | 10101001 | 100001 | 1011011 |
Color Harmonies of #DFEFEC
Complementary color
Monochromatic Colors of #DFEFEC
Black with #DFEFEC
Text Example
Text Example
White with #DFEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFEC; }
p { color: rgb(223,239,236); }
H1.HeaderClassName
{
color: #DFEFEC;
}
.AnyTagClassName
{
color: #DFEFEC;
}
</style>
background-color css
<style>
a { background-color: #DFEFEC; }
a { background-color: rgb(223,239,236); }
div.DivClassName
{
background-color: #DFEFEC;
}
.BgClassName
{
background-color: #DFEFEC;
}
</style>
border-color css
<style>
span { border-color: #DFEFEC; }
span { border-color: rgb(223,239,236); }
td.TdClassName
{
border-color: #DFEFEC;
}
.TagClassName
{
border-color: #DFEFEC;
}
</style>