Shades of Blue Romance #DAFBD2
Tints of Blue Romance #DAFBD2
RGB
CMYK
RGB Variations
Color information
#DAFBD2 (or 0xDAFBD2) is known color: Blue Romance. HEX triplet: DA, FB and D2. RGB value is (218,251,210). Sum of RGB (Red+Green+Blue) = 218+251+210=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD2 is #25042D. Grayscale: #ECECEC. Windows color (decimal): -2425902 or 13827034. OLE color: 13827034.
HSL color Cylindrical-coordinate representation of color #DAFBD2: hue angle of 108.29º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAFBD2 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 210 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.02 |
| HSL | 108.29º | 0.84% | 0.9% | - |
| HSV(B) | 108.29º | 0.16% | 0.98% | - |
| XYZ | 75.04 | 88.55 | 74.11 | - |
| YUV | 236.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 210 | 0.13 | 0 | 0.16 | 0.02 | 108.29 | 0.84 | 0.9 |
| Hex | DA | FB | D2 | D | 0 | 10 | 2 | 6C | 54 | 5A |
| Octal | 332 | 373 | 322 | 15 | 0 | 20 | 2 | 154 | 124 | 132 |
| Binary | 11011010 | 11111011 | 11010010 | 1101 | 0 | 10000 | 10 | 1101100 | 1010100 | 1011010 |
Color Harmonies of #DAFBD2
Complementary color
Monochromatic Colors of #DAFBD2
Black with #DAFBD2
Text Example
Text Example
White with #DAFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBD2; }
p { color: rgb(218,251,210); }
H1.HeaderClassName
{
color: #DAFBD2;
}
.AnyTagClassName
{
color: #DAFBD2;
}
</style>
background-color css
<style>
a { background-color: #DAFBD2; }
a { background-color: rgb(218,251,210); }
div.DivClassName
{
background-color: #DAFBD2;
}
.BgClassName
{
background-color: #DAFBD2;
}
</style>
border-color css
<style>
span { border-color: #DAFBD2; }
span { border-color: rgb(218,251,210); }
td.TdClassName
{
border-color: #DAFBD2;
}
.TagClassName
{
border-color: #DAFBD2;
}
</style>