Shades of Blue Romance #DAEBD6
Tints of Blue Romance #DAEBD6
RGB
CMYK
RGB Variations
Color information
#DAEBD6 (or 0xDAEBD6) is known color: Blue Romance. HEX triplet: DA, EB and D6. RGB value is (218,235,214). Sum of RGB (Red+Green+Blue) = 218+235+214=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD6 is #251429. Grayscale: #E3E3E3. Windows color (decimal): -2429994 or 14085082. OLE color: 14085082.
HSL color Cylindrical-coordinate representation of color #DAEBD6: hue angle of 108.57º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEBD6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 214 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.08 |
| HSL | 108.57º | 0.34% | 0.88% | - |
| HSV(B) | 108.57º | 0.09% | 0.92% | - |
| XYZ | 70.76 | 79.18 | 75.17 | - |
| YUV | 227.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 214 | 0.07 | 0 | 0.09 | 0.08 | 108.57 | 0.34 | 0.88 |
| Hex | DA | EB | D6 | 7 | 0 | 9 | 8 | 6D | 22 | 58 |
| Octal | 332 | 353 | 326 | 7 | 0 | 11 | 10 | 155 | 42 | 130 |
| Binary | 11011010 | 11101011 | 11010110 | 111 | 0 | 1001 | 1000 | 1101101 | 100010 | 1011000 |
Color Harmonies of #DAEBD6
Complementary color
Monochromatic Colors of #DAEBD6
Black with #DAEBD6
Text Example
Text Example
White with #DAEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBD6; }
p { color: rgb(218,235,214); }
H1.HeaderClassName
{
color: #DAEBD6;
}
.AnyTagClassName
{
color: #DAEBD6;
}
</style>
background-color css
<style>
a { background-color: #DAEBD6; }
a { background-color: rgb(218,235,214); }
div.DivClassName
{
background-color: #DAEBD6;
}
.BgClassName
{
background-color: #DAEBD6;
}
</style>
border-color css
<style>
span { border-color: #DAEBD6; }
span { border-color: rgb(218,235,214); }
td.TdClassName
{
border-color: #DAEBD6;
}
.TagClassName
{
border-color: #DAEBD6;
}
</style>