Shades of Blue Romance #DAF6D5
Tints of Blue Romance #DAF6D5
RGB
CMYK
RGB Variations
Color information
#DAF6D5 (or 0xDAF6D5) is known color: Blue Romance. HEX triplet: DA, F6 and D5. RGB value is (218,246,213). Sum of RGB (Red+Green+Blue) = 218+246+213=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6D5 is #25092A. Grayscale: #E9E9E9. Windows color (decimal): -2427179 or 14022362. OLE color: 14022362.
HSL color Cylindrical-coordinate representation of color #DAF6D5: hue angle of 110.91º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF6D5 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 213 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.04 |
| HSL | 110.91º | 0.65% | 0.9% | - |
| HSV(B) | 110.91º | 0.13% | 0.96% | - |
| XYZ | 73.88 | 85.62 | 75.58 | - |
| YUV | 233.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 213 | 0.11 | 0 | 0.13 | 0.04 | 110.91 | 0.65 | 0.9 |
| Hex | DA | F6 | D5 | B | 0 | D | 4 | 6F | 41 | 5A |
| Octal | 332 | 366 | 325 | 13 | 0 | 15 | 4 | 157 | 101 | 132 |
| Binary | 11011010 | 11110110 | 11010101 | 1011 | 0 | 1101 | 100 | 1101111 | 1000001 | 1011010 |
Color Harmonies of #DAF6D5
Complementary color
Monochromatic Colors of #DAF6D5
Black with #DAF6D5
Text Example
Text Example
White with #DAF6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6D5; }
p { color: rgb(218,246,213); }
H1.HeaderClassName
{
color: #DAF6D5;
}
.AnyTagClassName
{
color: #DAF6D5;
}
</style>
background-color css
<style>
a { background-color: #DAF6D5; }
a { background-color: rgb(218,246,213); }
div.DivClassName
{
background-color: #DAF6D5;
}
.BgClassName
{
background-color: #DAF6D5;
}
</style>
border-color css
<style>
span { border-color: #DAF6D5; }
span { border-color: rgb(218,246,213); }
td.TdClassName
{
border-color: #DAF6D5;
}
.TagClassName
{
border-color: #DAF6D5;
}
</style>