Shades of Blue Romance #DAF1D3
Tints of Blue Romance #DAF1D3
RGB
CMYK
RGB Variations
Color information
#DAF1D3 (or 0xDAF1D3) is known color: Blue Romance. HEX triplet: DA, F1 and D3. RGB value is (218,241,211). Sum of RGB (Red+Green+Blue) = 218+241+211=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1D3 is #250E2C. Grayscale: #E6E6E6. Windows color (decimal): -2428461 or 13890010. OLE color: 13890010.
HSL color Cylindrical-coordinate representation of color #DAF1D3: hue angle of 106º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF1D3 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 211 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.05 |
| HSL | 106º | 0.52% | 0.89% | - |
| HSV(B) | 106º | 0.12% | 0.95% | - |
| XYZ | 72.13 | 82.52 | 73.75 | - |
| YUV | 230.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 211 | 0.10 | 0 | 0.12 | 0.05 | 106 | 0.52 | 0.89 |
| Hex | DA | F1 | D3 | A | 0 | C | 5 | 6A | 34 | 59 |
| Octal | 332 | 361 | 323 | 12 | 0 | 14 | 5 | 152 | 64 | 131 |
| Binary | 11011010 | 11110001 | 11010011 | 1010 | 0 | 1100 | 101 | 1101010 | 110100 | 1011001 |
Color Harmonies of #DAF1D3
Complementary color
Monochromatic Colors of #DAF1D3
Black with #DAF1D3
Text Example
Text Example
White with #DAF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1D3; }
p { color: rgb(218,241,211); }
H1.HeaderClassName
{
color: #DAF1D3;
}
.AnyTagClassName
{
color: #DAF1D3;
}
</style>
background-color css
<style>
a { background-color: #DAF1D3; }
a { background-color: rgb(218,241,211); }
div.DivClassName
{
background-color: #DAF1D3;
}
.BgClassName
{
background-color: #DAF1D3;
}
</style>
border-color css
<style>
span { border-color: #DAF1D3; }
span { border-color: rgb(218,241,211); }
td.TdClassName
{
border-color: #DAF1D3;
}
.TagClassName
{
border-color: #DAF1D3;
}
</style>