Shades of Tranquil #DEEAE7
Tints of Tranquil #DEEAE7
RGB
CMYK
RGB Variations
Color information
#DEEAE7 (or 0xDEEAE7) is known color: Tranquil. HEX triplet: DE, EA and E7. RGB value is (222,234,231). Sum of RGB (Red+Green+Blue) = 222+234+231=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAE7 is #211518. Grayscale: #E6E6E6. Windows color (decimal): -2168089 or 15198942. OLE color: 15198942.
HSL color Cylindrical-coordinate representation of color #DEEAE7: hue angle of 165º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEEAE7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 234 | 231 | - |
CMYK | 0.05 | 0 | 0.01 | 0.08 |
HSL | 165º | 0.22% | 0.89% | - |
HSV(B) | 165º | 0.05% | 0.92% | - |
XYZ | 73.97 | 80.14 | 87.17 | - |
YUV | 230.07 | 128.52 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 234 | 231 | 0.05 | 0 | 0.01 | 0.08 | 165 | 0.22 | 0.89 |
Hex | DE | EA | E7 | 5 | 0 | 1 | 8 | A5 | 16 | 59 |
Octal | 336 | 352 | 347 | 5 | 0 | 1 | 10 | 245 | 26 | 131 |
Binary | 11011110 | 11101010 | 11100111 | 101 | 0 | 1 | 1000 | 10100101 | 10110 | 1011001 |
Color Harmonies of #DEEAE7
Complementary color
Monochromatic Colors of #DEEAE7
Black with #DEEAE7
Text Example
Text Example
White with #DEEAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAE7; }
p { color: rgb(222,234,231); }
H1.HeaderClassName
{
color: #DEEAE7;
}
.AnyTagClassName
{
color: #DEEAE7;
}
</style>
background-color css
<style>
a { background-color: #DEEAE7; }
a { background-color: rgb(222,234,231); }
div.DivClassName
{
background-color: #DEEAE7;
}
.BgClassName
{
background-color: #DEEAE7;
}
</style>
border-color css
<style>
span { border-color: #DEEAE7; }
span { border-color: rgb(222,234,231); }
td.TdClassName
{
border-color: #DEEAE7;
}
.TagClassName
{
border-color: #DEEAE7;
}
</style>