Shades of Blue Romance #DAFFCF
Tints of Blue Romance #DAFFCF
RGB
CMYK
RGB Variations
Color information
#DAFFCF (or 0xDAFFCF) is known color: Blue Romance. HEX triplet: DA, FF and CF. RGB value is (218,255,207). Sum of RGB (Red+Green+Blue) = 218+255+207=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCF is #250030. Grayscale: #EEEEEE. Windows color (decimal): -2424881 or 13631450. OLE color: 13631450.
HSL color Cylindrical-coordinate representation of color #DAFFCF: hue angle of 106.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAFFCF is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 207 | - |
| CMYK | 0.15 | 0 | 0.19 | 0 |
| HSL | 106.25º | 1% | 0.91% | - |
| HSV(B) | 106.25º | 0.19% | 1% | - |
| XYZ | 75.94 | 90.93 | 72.58 | - |
| YUV | 238.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 207 | 0.15 | 0 | 0.19 | 0 | 106.25 | 1 | 0.91 |
| Hex | DA | FF | CF | F | 0 | 13 | 0 | 6A | 64 | 5B |
| Octal | 332 | 377 | 317 | 17 | 0 | 23 | 0 | 152 | 144 | 133 |
| Binary | 11011010 | 11111111 | 11001111 | 1111 | 0 | 10011 | 0 | 1101010 | 1100100 | 1011011 |
Color Harmonies of #DAFFCF
Complementary color
Monochromatic Colors of #DAFFCF
Black with #DAFFCF
Text Example
Text Example
White with #DAFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFCF; }
p { color: rgb(218,255,207); }
H1.HeaderClassName
{
color: #DAFFCF;
}
.AnyTagClassName
{
color: #DAFFCF;
}
</style>
background-color css
<style>
a { background-color: #DAFFCF; }
a { background-color: rgb(218,255,207); }
div.DivClassName
{
background-color: #DAFFCF;
}
.BgClassName
{
background-color: #DAFFCF;
}
</style>
border-color css
<style>
span { border-color: #DAFFCF; }
span { border-color: rgb(218,255,207); }
td.TdClassName
{
border-color: #DAFFCF;
}
.TagClassName
{
border-color: #DAFFCF;
}
</style>