Shades of Tranquil #DBEEEA
Tints of Tranquil #DBEEEA
RGB
CMYK
RGB Variations
Color information
#DBEEEA (or 0xDBEEEA) is known color: Tranquil. HEX triplet: DB, EE and EA. RGB value is (219,238,234). Sum of RGB (Red+Green+Blue) = 219+238+234=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEEA is #241115. Grayscale: #E7E7E7. Windows color (decimal): -2363670 or 15396571. OLE color: 15396571.
HSL color Cylindrical-coordinate representation of color #DBEEEA: hue angle of 167.37º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEEEA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 234 | - |
CMYK | 0.08 | 0 | 0.02 | 0.07 |
HSL | 167.37º | 0.36% | 0.9% | - |
HSV(B) | 167.37º | 0.08% | 0.93% | - |
XYZ | 74.64 | 82.15 | 89.76 | - |
YUV | 231.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 234 | 0.08 | 0 | 0.02 | 0.07 | 167.37 | 0.36 | 0.9 |
Hex | DB | EE | EA | 8 | 0 | 2 | 7 | A7 | 24 | 5A |
Octal | 333 | 356 | 352 | 10 | 0 | 2 | 7 | 247 | 44 | 132 |
Binary | 11011011 | 11101110 | 11101010 | 1000 | 0 | 10 | 111 | 10100111 | 100100 | 1011010 |
Color Harmonies of #DBEEEA
Complementary color
Monochromatic Colors of #DBEEEA
Black with #DBEEEA
Text Example
Text Example
White with #DBEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEEA; }
p { color: rgb(219,238,234); }
H1.HeaderClassName
{
color: #DBEEEA;
}
.AnyTagClassName
{
color: #DBEEEA;
}
</style>
background-color css
<style>
a { background-color: #DBEEEA; }
a { background-color: rgb(219,238,234); }
div.DivClassName
{
background-color: #DBEEEA;
}
.BgClassName
{
background-color: #DBEEEA;
}
</style>
border-color css
<style>
span { border-color: #DBEEEA; }
span { border-color: rgb(219,238,234); }
td.TdClassName
{
border-color: #DBEEEA;
}
.TagClassName
{
border-color: #DBEEEA;
}
</style>