Shades of Tranquil #DEEFEB
Tints of Tranquil #DEEFEB
RGB
CMYK
RGB Variations
Color information
#DEEFEB (or 0xDEEFEB) is known color: Tranquil. HEX triplet: DE, EF and EB. RGB value is (222,239,235). Sum of RGB (Red+Green+Blue) = 222+239+235=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFEB is #211014. Grayscale: #E9E9E9. Windows color (decimal): -2166805 or 15462366. OLE color: 15462366.
HSL color Cylindrical-coordinate representation of color #DEEFEB: hue angle of 165.88º 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 #DEEFEB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 235 | - |
CMYK | 0.07 | 0 | 0.02 | 0.06 |
HSL | 165.88º | 0.35% | 0.9% | - |
HSV(B) | 165.88º | 0.07% | 0.94% | - |
XYZ | 75.99 | 83.26 | 90.66 | - |
YUV | 233.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 235 | 0.07 | 0 | 0.02 | 0.06 | 165.88 | 0.35 | 0.9 |
Hex | DE | EF | EB | 7 | 0 | 2 | 6 | A6 | 23 | 5A |
Octal | 336 | 357 | 353 | 7 | 0 | 2 | 6 | 246 | 43 | 132 |
Binary | 11011110 | 11101111 | 11101011 | 111 | 0 | 10 | 110 | 10100110 | 100011 | 1011010 |
Color Harmonies of #DEEFEB
Complementary color
Monochromatic Colors of #DEEFEB
Black with #DEEFEB
Text Example
Text Example
White with #DEEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFEB; }
p { color: rgb(222,239,235); }
H1.HeaderClassName
{
color: #DEEFEB;
}
.AnyTagClassName
{
color: #DEEFEB;
}
</style>
background-color css
<style>
a { background-color: #DEEFEB; }
a { background-color: rgb(222,239,235); }
div.DivClassName
{
background-color: #DEEFEB;
}
.BgClassName
{
background-color: #DEEFEB;
}
</style>
border-color css
<style>
span { border-color: #DEEFEB; }
span { border-color: rgb(222,239,235); }
td.TdClassName
{
border-color: #DEEFEB;
}
.TagClassName
{
border-color: #DEEFEB;
}
</style>