Shades of Blue Romance #DAFAD5
Tints of Blue Romance #DAFAD5
RGB
CMYK
RGB Variations
Color information
#DAFAD5 (or 0xDAFAD5) is known color: Blue Romance. HEX triplet: DA, FA and D5. RGB value is (218,250,213). Sum of RGB (Red+Green+Blue) = 218+250+213=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAD5 is #25052A. Grayscale: #ECECEC. Windows color (decimal): -2426155 or 14023386. OLE color: 14023386.
HSL color Cylindrical-coordinate representation of color #DAFAD5: hue angle of 111.89º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFAD5 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 250 | 213 | - |
CMYK | 0.13 | 0 | 0.15 | 0.02 |
HSL | 111.89º | 0.79% | 0.91% | - |
HSV(B) | 111.89º | 0.15% | 0.98% | - |
XYZ | 75.11 | 88.08 | 75.99 | - |
YUV | 236.21 | 114.9 | 115.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 250 | 213 | 0.13 | 0 | 0.15 | 0.02 | 111.89 | 0.79 | 0.91 |
Hex | DA | FA | D5 | D | 0 | F | 2 | 70 | 4F | 5B |
Octal | 332 | 372 | 325 | 15 | 0 | 17 | 2 | 160 | 117 | 133 |
Binary | 11011010 | 11111010 | 11010101 | 1101 | 0 | 1111 | 10 | 1110000 | 1001111 | 1011011 |
Color Harmonies of #DAFAD5
Complementary color
Monochromatic Colors of #DAFAD5
Black with #DAFAD5
Text Example
Text Example
White with #DAFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFAD5; }
p { color: rgb(218,250,213); }
H1.HeaderClassName
{
color: #DAFAD5;
}
.AnyTagClassName
{
color: #DAFAD5;
}
</style>
background-color css
<style>
a { background-color: #DAFAD5; }
a { background-color: rgb(218,250,213); }
div.DivClassName
{
background-color: #DAFAD5;
}
.BgClassName
{
background-color: #DAFAD5;
}
</style>
border-color css
<style>
span { border-color: #DAFAD5; }
span { border-color: rgb(218,250,213); }
td.TdClassName
{
border-color: #DAFAD5;
}
.TagClassName
{
border-color: #DAFAD5;
}
</style>