Shades of Blue Romance #DAEBD5
Tints of Blue Romance #DAEBD5
RGB
CMYK
RGB Variations
Color information
#DAEBD5 (or 0xDAEBD5) is known color: Blue Romance. HEX triplet: DA, EB and D5. RGB value is (218,235,213). Sum of RGB (Red+Green+Blue) = 218+235+213=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD5 is #25142A. Grayscale: #E3E3E3. Windows color (decimal): -2429995 or 14019546. OLE color: 14019546.
HSL color Cylindrical-coordinate representation of color #DAEBD5: hue angle of 106.36º degrees, saturation: 0.35, 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 #DAEBD5 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 213 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.08 |
| HSL | 106.36º | 0.35% | 0.88% | - |
| HSV(B) | 106.36º | 0.09% | 0.92% | - |
| XYZ | 70.63 | 79.13 | 74.5 | - |
| YUV | 227.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 213 | 0.07 | 0 | 0.09 | 0.08 | 106.36 | 0.35 | 0.88 |
| Hex | DA | EB | D5 | 7 | 0 | 9 | 8 | 6A | 23 | 58 |
| Octal | 332 | 353 | 325 | 7 | 0 | 11 | 10 | 152 | 43 | 130 |
| Binary | 11011010 | 11101011 | 11010101 | 111 | 0 | 1001 | 1000 | 1101010 | 100011 | 1011000 |
Color Harmonies of #DAEBD5
Complementary color
Monochromatic Colors of #DAEBD5
Black with #DAEBD5
Text Example
Text Example
White with #DAEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBD5; }
p { color: rgb(218,235,213); }
H1.HeaderClassName
{
color: #DAEBD5;
}
.AnyTagClassName
{
color: #DAEBD5;
}
</style>
background-color css
<style>
a { background-color: #DAEBD5; }
a { background-color: rgb(218,235,213); }
div.DivClassName
{
background-color: #DAEBD5;
}
.BgClassName
{
background-color: #DAEBD5;
}
</style>
border-color css
<style>
span { border-color: #DAEBD5; }
span { border-color: rgb(218,235,213); }
td.TdClassName
{
border-color: #DAEBD5;
}
.TagClassName
{
border-color: #DAEBD5;
}
</style>