Shades of Blue Romance #DAF6D3
Tints of Blue Romance #DAF6D3
RGB
CMYK
RGB Variations
Color information
#DAF6D3 (or 0xDAF6D3) is known color: Blue Romance. HEX triplet: DA, F6 and D3. RGB value is (218,246,211). Sum of RGB (Red+Green+Blue) = 218+246+211=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 211 (82.81% from 255 or 31.26% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6D3 is #25092C. Grayscale: #E9E9E9. Windows color (decimal): -2427181 or 13891290. OLE color: 13891290.
HSL color Cylindrical-coordinate representation of color #DAF6D3: hue angle of 108º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF6D3 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 211 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.04 |
| HSL | 108º | 0.66% | 0.9% | - |
| HSV(B) | 108º | 0.14% | 0.96% | - |
| XYZ | 73.63 | 85.52 | 74.25 | - |
| YUV | 233.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 211 | 0.11 | 0 | 0.14 | 0.04 | 108 | 0.66 | 0.9 |
| Hex | DA | F6 | D3 | B | 0 | E | 4 | 6C | 42 | 5A |
| Octal | 332 | 366 | 323 | 13 | 0 | 16 | 4 | 154 | 102 | 132 |
| Binary | 11011010 | 11110110 | 11010011 | 1011 | 0 | 1110 | 100 | 1101100 | 1000010 | 1011010 |
Color Harmonies of #DAF6D3
Complementary color
Monochromatic Colors of #DAF6D3
Black with #DAF6D3
Text Example
Text Example
White with #DAF6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6D3; }
p { color: rgb(218,246,211); }
H1.HeaderClassName
{
color: #DAF6D3;
}
.AnyTagClassName
{
color: #DAF6D3;
}
</style>
background-color css
<style>
a { background-color: #DAF6D3; }
a { background-color: rgb(218,246,211); }
div.DivClassName
{
background-color: #DAF6D3;
}
.BgClassName
{
background-color: #DAF6D3;
}
</style>
border-color css
<style>
span { border-color: #DAF6D3; }
span { border-color: rgb(218,246,211); }
td.TdClassName
{
border-color: #DAF6D3;
}
.TagClassName
{
border-color: #DAF6D3;
}
</style>