Shades of Blue Romance #DAFED5
Tints of Blue Romance #DAFED5
RGB
CMYK
RGB Variations
Color information
#DAFED5 (or 0xDAFED5) is known color: Blue Romance. HEX triplet: DA, FE and D5. RGB value is (218,254,213). Sum of RGB (Red+Green+Blue) = 218+254+213=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED5 is #25012A. Grayscale: #EEEEEE. Windows color (decimal): -2425131 or 14024410. OLE color: 14024410.
HSL color Cylindrical-coordinate representation of color #DAFED5: hue angle of 112.68º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAFED5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 213 | - |
CMYK | 0.14 | 0 | 0.16 | 0.00 |
HSL | 112.68º | 0.95% | 0.92% | - |
HSV(B) | 112.68º | 0.16% | 1% | - |
XYZ | 76.37 | 90.59 | 76.41 | - |
YUV | 238.56 | 113.57 | 113.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 213 | 0.14 | 0 | 0.16 | 0.00 | 112.68 | 0.95 | 0.92 |
Hex | DA | FE | D5 | E | 0 | 10 | 0 | 71 | 5F | 5C |
Octal | 332 | 376 | 325 | 16 | 0 | 20 | 0 | 161 | 137 | 134 |
Binary | 11011010 | 11111110 | 11010101 | 1110 | 0 | 10000 | 0 | 1110001 | 1011111 | 1011100 |
Color Harmonies of #DAFED5
Complementary color
Monochromatic Colors of #DAFED5
Black with #DAFED5
Text Example
Text Example
White with #DAFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFED5; }
p { color: rgb(218,254,213); }
H1.HeaderClassName
{
color: #DAFED5;
}
.AnyTagClassName
{
color: #DAFED5;
}
</style>
background-color css
<style>
a { background-color: #DAFED5; }
a { background-color: rgb(218,254,213); }
div.DivClassName
{
background-color: #DAFED5;
}
.BgClassName
{
background-color: #DAFED5;
}
</style>
border-color css
<style>
span { border-color: #DAFED5; }
span { border-color: rgb(218,254,213); }
td.TdClassName
{
border-color: #DAFED5;
}
.TagClassName
{
border-color: #DAFED5;
}
</style>