Shades of Tranquil #DAEDEA
Tints of Tranquil #DAEDEA
RGB
CMYK
RGB Variations
Color information
#DAEDEA (or 0xDAEDEA) is known color: Tranquil. HEX triplet: DA, ED and EA. RGB value is (218,237,234). Sum of RGB (Red+Green+Blue) = 218+237+234=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEA is #251215. Grayscale: #E6E6E6. Windows color (decimal): -2429462 or 15396314. OLE color: 15396314.
HSL color Cylindrical-coordinate representation of color #DAEDEA: hue angle of 170.53º degrees, saturation: 0.35, 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 #DAEDEA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 234 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.07 |
| HSL | 170.53º | 0.35% | 0.89% | - |
| HSV(B) | 170.53º | 0.08% | 0.93% | - |
| XYZ | 74.05 | 81.41 | 89.65 | - |
| YUV | 230.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 234 | 0.08 | 0 | 0.01 | 0.07 | 170.53 | 0.35 | 0.89 |
| Hex | DA | ED | EA | 8 | 0 | 1 | 7 | AB | 23 | 59 |
| Octal | 332 | 355 | 352 | 10 | 0 | 1 | 7 | 253 | 43 | 131 |
| Binary | 11011010 | 11101101 | 11101010 | 1000 | 0 | 1 | 111 | 10101011 | 100011 | 1011001 |
Color Harmonies of #DAEDEA
Complementary color
Monochromatic Colors of #DAEDEA
Black with #DAEDEA
Text Example
Text Example
White with #DAEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDEA; }
p { color: rgb(218,237,234); }
H1.HeaderClassName
{
color: #DAEDEA;
}
.AnyTagClassName
{
color: #DAEDEA;
}
</style>
background-color css
<style>
a { background-color: #DAEDEA; }
a { background-color: rgb(218,237,234); }
div.DivClassName
{
background-color: #DAEDEA;
}
.BgClassName
{
background-color: #DAEDEA;
}
</style>
border-color css
<style>
span { border-color: #DAEDEA; }
span { border-color: rgb(218,237,234); }
td.TdClassName
{
border-color: #DAEDEA;
}
.TagClassName
{
border-color: #DAEDEA;
}
</style>