Shades of Blue Romance #DAF2D5
Tints of Blue Romance #DAF2D5
RGB
CMYK
RGB Variations
Color information
#DAF2D5 (or 0xDAF2D5) is known color: Blue Romance. HEX triplet: DA, F2 and D5. RGB value is (218,242,213). Sum of RGB (Red+Green+Blue) = 218+242+213=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D5 is #250D2A. Grayscale: #E7E7E7. Windows color (decimal): -2428203 or 14021338. OLE color: 14021338.
HSL color Cylindrical-coordinate representation of color #DAF2D5: hue angle of 109.66º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF2D5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 242 | 213 | - |
CMYK | 0.10 | 0 | 0.12 | 0.05 |
HSL | 109.66º | 0.53% | 0.89% | - |
HSV(B) | 109.66º | 0.12% | 0.95% | - |
XYZ | 72.68 | 83.21 | 75.18 | - |
YUV | 231.52 | 117.55 | 118.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 213 | 0.10 | 0 | 0.12 | 0.05 | 109.66 | 0.53 | 0.89 |
Hex | DA | F2 | D5 | A | 0 | C | 5 | 6E | 35 | 59 |
Octal | 332 | 362 | 325 | 12 | 0 | 14 | 5 | 156 | 65 | 131 |
Binary | 11011010 | 11110010 | 11010101 | 1010 | 0 | 1100 | 101 | 1101110 | 110101 | 1011001 |
Color Harmonies of #DAF2D5
Complementary color
Monochromatic Colors of #DAF2D5
Black with #DAF2D5
Text Example
Text Example
White with #DAF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2D5; }
p { color: rgb(218,242,213); }
H1.HeaderClassName
{
color: #DAF2D5;
}
.AnyTagClassName
{
color: #DAF2D5;
}
</style>
background-color css
<style>
a { background-color: #DAF2D5; }
a { background-color: rgb(218,242,213); }
div.DivClassName
{
background-color: #DAF2D5;
}
.BgClassName
{
background-color: #DAF2D5;
}
</style>
border-color css
<style>
span { border-color: #DAF2D5; }
span { border-color: rgb(218,242,213); }
td.TdClassName
{
border-color: #DAF2D5;
}
.TagClassName
{
border-color: #DAF2D5;
}
</style>