Shades of Blue Romance #DAF2D3
Tints of Blue Romance #DAF2D3
RGB
CMYK
RGB Variations
Color information
#DAF2D3 (or 0xDAF2D3) is known color: Blue Romance. HEX triplet: DA, F2 and D3. RGB value is (218,242,211). Sum of RGB (Red+Green+Blue) = 218+242+211=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D3 is #250D2C. Grayscale: #E7E7E7. Windows color (decimal): -2428205 or 13890266. OLE color: 13890266.
HSL color Cylindrical-coordinate representation of color #DAF2D3: hue angle of 106.45º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF2D3 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 211 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.05 |
| HSL | 106.45º | 0.54% | 0.89% | - |
| HSV(B) | 106.45º | 0.13% | 0.95% | - |
| XYZ | 72.42 | 83.11 | 73.85 | - |
| YUV | 231.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 211 | 0.10 | 0 | 0.13 | 0.05 | 106.45 | 0.54 | 0.89 |
| Hex | DA | F2 | D3 | A | 0 | D | 5 | 6A | 36 | 59 |
| Octal | 332 | 362 | 323 | 12 | 0 | 15 | 5 | 152 | 66 | 131 |
| Binary | 11011010 | 11110010 | 11010011 | 1010 | 0 | 1101 | 101 | 1101010 | 110110 | 1011001 |
Color Harmonies of #DAF2D3
Complementary color
Monochromatic Colors of #DAF2D3
Black with #DAF2D3
Text Example
Text Example
White with #DAF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2D3; }
p { color: rgb(218,242,211); }
H1.HeaderClassName
{
color: #DAF2D3;
}
.AnyTagClassName
{
color: #DAF2D3;
}
</style>
background-color css
<style>
a { background-color: #DAF2D3; }
a { background-color: rgb(218,242,211); }
div.DivClassName
{
background-color: #DAF2D3;
}
.BgClassName
{
background-color: #DAF2D3;
}
</style>
border-color css
<style>
span { border-color: #DAF2D3; }
span { border-color: rgb(218,242,211); }
td.TdClassName
{
border-color: #DAF2D3;
}
.TagClassName
{
border-color: #DAF2D3;
}
</style>