Shades of Blue Romance #DAF5D1
Tints of Blue Romance #DAF5D1
RGB
CMYK
RGB Variations
Color information
#DAF5D1 (or 0xDAF5D1) is known color: Blue Romance. HEX triplet: DA, F5 and D1. RGB value is (218,245,209). Sum of RGB (Red+Green+Blue) = 218+245+209=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5D1 is #250A2E. Grayscale: #E8E8E8. Windows color (decimal): -2427439 or 13759962. OLE color: 13759962.
HSL color Cylindrical-coordinate representation of color #DAF5D1: hue angle of 105º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF5D1 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 209 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.04 |
| HSL | 105º | 0.64% | 0.89% | - |
| HSV(B) | 105º | 0.15% | 0.96% | - |
| XYZ | 73.07 | 84.81 | 72.84 | - |
| YUV | 232.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 209 | 0.11 | 0 | 0.15 | 0.04 | 105 | 0.64 | 0.89 |
| Hex | DA | F5 | D1 | B | 0 | F | 4 | 69 | 40 | 59 |
| Octal | 332 | 365 | 321 | 13 | 0 | 17 | 4 | 151 | 100 | 131 |
| Binary | 11011010 | 11110101 | 11010001 | 1011 | 0 | 1111 | 100 | 1101001 | 1000000 | 1011001 |
Color Harmonies of #DAF5D1
Complementary color
Monochromatic Colors of #DAF5D1
Black with #DAF5D1
Text Example
Text Example
White with #DAF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5D1; }
p { color: rgb(218,245,209); }
H1.HeaderClassName
{
color: #DAF5D1;
}
.AnyTagClassName
{
color: #DAF5D1;
}
</style>
background-color css
<style>
a { background-color: #DAF5D1; }
a { background-color: rgb(218,245,209); }
div.DivClassName
{
background-color: #DAF5D1;
}
.BgClassName
{
background-color: #DAF5D1;
}
</style>
border-color css
<style>
span { border-color: #DAF5D1; }
span { border-color: rgb(218,245,209); }
td.TdClassName
{
border-color: #DAF5D1;
}
.TagClassName
{
border-color: #DAF5D1;
}
</style>