Shades of Tranquil #DAEEE8
Tints of Tranquil #DAEEE8
RGB
CMYK
RGB Variations
Color information
#DAEEE8 (or 0xDAEEE8) is known color: Tranquil. HEX triplet: DA, EE and E8. RGB value is (218,238,232). Sum of RGB (Red+Green+Blue) = 218+238+232=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEE8 is #251117. Grayscale: #E7E7E7. Windows color (decimal): -2429208 or 15265498. OLE color: 15265498.
HSL color Cylindrical-coordinate representation of color #DAEEE8: hue angle of 162º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEEE8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 232 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 162º | 0.37% | 0.89% | - |
HSV(B) | 162º | 0.08% | 0.93% | - |
XYZ | 74.05 | 81.88 | 88.25 | - |
YUV | 231.34 | 128.37 | 118.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 232 | 0.08 | 0 | 0.03 | 0.07 | 162 | 0.37 | 0.89 |
Hex | DA | EE | E8 | 8 | 0 | 3 | 7 | A2 | 25 | 59 |
Octal | 332 | 356 | 350 | 10 | 0 | 3 | 7 | 242 | 45 | 131 |
Binary | 11011010 | 11101110 | 11101000 | 1000 | 0 | 11 | 111 | 10100010 | 100101 | 1011001 |
Color Harmonies of #DAEEE8
Complementary color
Monochromatic Colors of #DAEEE8
Black with #DAEEE8
Text Example
Text Example
White with #DAEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEE8; }
p { color: rgb(218,238,232); }
H1.HeaderClassName
{
color: #DAEEE8;
}
.AnyTagClassName
{
color: #DAEEE8;
}
</style>
background-color css
<style>
a { background-color: #DAEEE8; }
a { background-color: rgb(218,238,232); }
div.DivClassName
{
background-color: #DAEEE8;
}
.BgClassName
{
background-color: #DAEEE8;
}
</style>
border-color css
<style>
span { border-color: #DAEEE8; }
span { border-color: rgb(218,238,232); }
td.TdClassName
{
border-color: #DAEEE8;
}
.TagClassName
{
border-color: #DAEEE8;
}
</style>