Shades of Blue Romance #DAFFD3
Tints of Blue Romance #DAFFD3
RGB
CMYK
RGB Variations
Color information
#DAFFD3 (or 0xDAFFD3) is known color: Blue Romance. HEX triplet: DA, FF and D3. RGB value is (218,255,211). Sum of RGB (Red+Green+Blue) = 218+255+211=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD3 is #25002C. Grayscale: #EFEFEF. Windows color (decimal): -2424877 or 13893594. OLE color: 13893594.
HSL color Cylindrical-coordinate representation of color #DAFFD3: hue angle of 110.45º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAFFD3 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 211 | - |
| CMYK | 0.15 | 0 | 0.17 | 0 |
| HSL | 110.45º | 1% | 0.91% | - |
| HSV(B) | 110.45º | 0.17% | 1% | - |
| XYZ | 76.43 | 91.13 | 75.19 | - |
| YUV | 238.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 211 | 0.15 | 0 | 0.17 | 0 | 110.45 | 1 | 0.91 |
| Hex | DA | FF | D3 | F | 0 | 11 | 0 | 6E | 64 | 5B |
| Octal | 332 | 377 | 323 | 17 | 0 | 21 | 0 | 156 | 144 | 133 |
| Binary | 11011010 | 11111111 | 11010011 | 1111 | 0 | 10001 | 0 | 1101110 | 1100100 | 1011011 |
Color Harmonies of #DAFFD3
Complementary color
Monochromatic Colors of #DAFFD3
Black with #DAFFD3
Text Example
Text Example
White with #DAFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFD3; }
p { color: rgb(218,255,211); }
H1.HeaderClassName
{
color: #DAFFD3;
}
.AnyTagClassName
{
color: #DAFFD3;
}
</style>
background-color css
<style>
a { background-color: #DAFFD3; }
a { background-color: rgb(218,255,211); }
div.DivClassName
{
background-color: #DAFFD3;
}
.BgClassName
{
background-color: #DAFFD3;
}
</style>
border-color css
<style>
span { border-color: #DAFFD3; }
span { border-color: rgb(218,255,211); }
td.TdClassName
{
border-color: #DAFFD3;
}
.TagClassName
{
border-color: #DAFFD3;
}
</style>