Shades of Blue Romance #DAFFD1
Tints of Blue Romance #DAFFD1
RGB
CMYK
RGB Variations
Color information
#DAFFD1 (or 0xDAFFD1) is known color: Blue Romance. HEX triplet: DA, FF and D1. RGB value is (218,255,209). Sum of RGB (Red+Green+Blue) = 218+255+209=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD1 is #25002E. Grayscale: #EEEEEE. Windows color (decimal): -2424879 or 13762522. OLE color: 13762522.
HSL color Cylindrical-coordinate representation of color #DAFFD1: hue angle of 108.26º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFFD1 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 209 | - |
| CMYK | 0.15 | 0 | 0.18 | 0 |
| HSL | 108.26º | 1% | 0.91% | - |
| HSV(B) | 108.26º | 0.18% | 1% | - |
| XYZ | 76.18 | 91.03 | 73.88 | - |
| YUV | 238.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 209 | 0.15 | 0 | 0.18 | 0 | 108.26 | 1 | 0.91 |
| Hex | DA | FF | D1 | F | 0 | 12 | 0 | 6C | 64 | 5B |
| Octal | 332 | 377 | 321 | 17 | 0 | 22 | 0 | 154 | 144 | 133 |
| Binary | 11011010 | 11111111 | 11010001 | 1111 | 0 | 10010 | 0 | 1101100 | 1100100 | 1011011 |
Color Harmonies of #DAFFD1
Complementary color
Monochromatic Colors of #DAFFD1
Black with #DAFFD1
Text Example
Text Example
White with #DAFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFD1; }
p { color: rgb(218,255,209); }
H1.HeaderClassName
{
color: #DAFFD1;
}
.AnyTagClassName
{
color: #DAFFD1;
}
</style>
background-color css
<style>
a { background-color: #DAFFD1; }
a { background-color: rgb(218,255,209); }
div.DivClassName
{
background-color: #DAFFD1;
}
.BgClassName
{
background-color: #DAFFD1;
}
</style>
border-color css
<style>
span { border-color: #DAFFD1; }
span { border-color: rgb(218,255,209); }
td.TdClassName
{
border-color: #DAFFD1;
}
.TagClassName
{
border-color: #DAFFD1;
}
</style>