Shades of Blue Romance #DAECD5
Tints of Blue Romance #DAECD5
RGB
CMYK
RGB Variations
Color information
#DAECD5 (or 0xDAECD5) is known color: Blue Romance. HEX triplet: DA, EC and D5. RGB value is (218,236,213). Sum of RGB (Red+Green+Blue) = 218+236+213=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD5 is #25132A. Grayscale: #E4E4E4. Windows color (decimal): -2429739 or 14019802. OLE color: 14019802.
HSL color Cylindrical-coordinate representation of color #DAECD5: hue angle of 106.96º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAECD5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 213 | - |
CMYK | 0.08 | 0 | 0.10 | 0.07 |
HSL | 106.96º | 0.38% | 0.88% | - |
HSV(B) | 106.96º | 0.1% | 0.93% | - |
XYZ | 70.92 | 79.7 | 74.6 | - |
YUV | 228 | 119.54 | 120.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 213 | 0.08 | 0 | 0.10 | 0.07 | 106.96 | 0.38 | 0.88 |
Hex | DA | EC | D5 | 8 | 0 | A | 7 | 6B | 26 | 58 |
Octal | 332 | 354 | 325 | 10 | 0 | 12 | 7 | 153 | 46 | 130 |
Binary | 11011010 | 11101100 | 11010101 | 1000 | 0 | 1010 | 111 | 1101011 | 100110 | 1011000 |
Color Harmonies of #DAECD5
Complementary color
Monochromatic Colors of #DAECD5
Black with #DAECD5
Text Example
Text Example
White with #DAECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECD5; }
p { color: rgb(218,236,213); }
H1.HeaderClassName
{
color: #DAECD5;
}
.AnyTagClassName
{
color: #DAECD5;
}
</style>
background-color css
<style>
a { background-color: #DAECD5; }
a { background-color: rgb(218,236,213); }
div.DivClassName
{
background-color: #DAECD5;
}
.BgClassName
{
background-color: #DAECD5;
}
</style>
border-color css
<style>
span { border-color: #DAECD5; }
span { border-color: rgb(218,236,213); }
td.TdClassName
{
border-color: #DAECD5;
}
.TagClassName
{
border-color: #DAECD5;
}
</style>