Shades of Blue Romance #DAFCD1
Tints of Blue Romance #DAFCD1
RGB
CMYK
RGB Variations
Color information
#DAFCD1 (or 0xDAFCD1) is known color: Blue Romance. HEX triplet: DA, FC and D1. RGB value is (218,252,209). Sum of RGB (Red+Green+Blue) = 218+252+209=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCD1 is #25032E. Grayscale: #EDEDED. Windows color (decimal): -2425647 or 13761754. OLE color: 13761754.
HSL color Cylindrical-coordinate representation of color #DAFCD1: hue angle of 107.44º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAFCD1 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 209 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.01 |
| HSL | 107.44º | 0.88% | 0.9% | - |
| HSV(B) | 107.44º | 0.17% | 0.99% | - |
| XYZ | 75.23 | 89.13 | 73.56 | - |
| YUV | 236.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 209 | 0.13 | 0 | 0.17 | 0.01 | 107.44 | 0.88 | 0.9 |
| Hex | DA | FC | D1 | D | 0 | 11 | 1 | 6B | 58 | 5A |
| Octal | 332 | 374 | 321 | 15 | 0 | 21 | 1 | 153 | 130 | 132 |
| Binary | 11011010 | 11111100 | 11010001 | 1101 | 0 | 10001 | 1 | 1101011 | 1011000 | 1011010 |
Color Harmonies of #DAFCD1
Complementary color
Monochromatic Colors of #DAFCD1
Black with #DAFCD1
Text Example
Text Example
White with #DAFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCD1; }
p { color: rgb(218,252,209); }
H1.HeaderClassName
{
color: #DAFCD1;
}
.AnyTagClassName
{
color: #DAFCD1;
}
</style>
background-color css
<style>
a { background-color: #DAFCD1; }
a { background-color: rgb(218,252,209); }
div.DivClassName
{
background-color: #DAFCD1;
}
.BgClassName
{
background-color: #DAFCD1;
}
</style>
border-color css
<style>
span { border-color: #DAFCD1; }
span { border-color: rgb(218,252,209); }
td.TdClassName
{
border-color: #DAFCD1;
}
.TagClassName
{
border-color: #DAFCD1;
}
</style>