Shades of Tranquil #DEEFEC
Tints of Tranquil #DEEFEC
RGB
CMYK
RGB Variations
Color information
#DEEFEC (or 0xDEEFEC) is known color: Tranquil. HEX triplet: DE, EF and EC. RGB value is (222,239,236). Sum of RGB (Red+Green+Blue) = 222+239+236=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFEC is #211013. Grayscale: #E9E9E9. Windows color (decimal): -2166804 or 15527902. OLE color: 15527902.
HSL color Cylindrical-coordinate representation of color #DEEFEC: hue angle of 169.41º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFEC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 236 | - |
CMYK | 0.07 | 0 | 0.01 | 0.06 |
HSL | 169.41º | 0.35% | 0.9% | - |
HSV(B) | 169.41º | 0.07% | 0.94% | - |
XYZ | 76.13 | 83.32 | 91.43 | - |
YUV | 233.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 236 | 0.07 | 0 | 0.01 | 0.06 | 169.41 | 0.35 | 0.9 |
Hex | DE | EF | EC | 7 | 0 | 1 | 6 | A9 | 23 | 5A |
Octal | 336 | 357 | 354 | 7 | 0 | 1 | 6 | 251 | 43 | 132 |
Binary | 11011110 | 11101111 | 11101100 | 111 | 0 | 1 | 110 | 10101001 | 100011 | 1011010 |
Color Harmonies of #DEEFEC
Complementary color
Monochromatic Colors of #DEEFEC
Black with #DEEFEC
Text Example
Text Example
White with #DEEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFEC; }
p { color: rgb(222,239,236); }
H1.HeaderClassName
{
color: #DEEFEC;
}
.AnyTagClassName
{
color: #DEEFEC;
}
</style>
background-color css
<style>
a { background-color: #DEEFEC; }
a { background-color: rgb(222,239,236); }
div.DivClassName
{
background-color: #DEEFEC;
}
.BgClassName
{
background-color: #DEEFEC;
}
</style>
border-color css
<style>
span { border-color: #DEEFEC; }
span { border-color: rgb(222,239,236); }
td.TdClassName
{
border-color: #DEEFEC;
}
.TagClassName
{
border-color: #DEEFEC;
}
</style>