Shades of Blue Romance #DAFDD5
Tints of Blue Romance #DAFDD5
RGB
CMYK
RGB Variations
Color information
#DAFDD5 (or 0xDAFDD5) is known color: Blue Romance. HEX triplet: DA, FD and D5. RGB value is (218,253,213). Sum of RGB (Red+Green+Blue) = 218+253+213=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD5 is #25022A. Grayscale: #EEEEEE. Windows color (decimal): -2425387 or 14024154. OLE color: 14024154.
HSL color Cylindrical-coordinate representation of color #DAFDD5: hue angle of 112.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAFDD5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 213 | - |
CMYK | 0.14 | 0 | 0.16 | 0.01 |
HSL | 112.5º | 0.91% | 0.91% | - |
HSV(B) | 112.5º | 0.16% | 0.99% | - |
XYZ | 76.05 | 89.96 | 76.31 | - |
YUV | 237.98 | 113.9 | 113.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 213 | 0.14 | 0 | 0.16 | 0.01 | 112.5 | 0.91 | 0.91 |
Hex | DA | FD | D5 | E | 0 | 10 | 1 | 70 | 5B | 5B |
Octal | 332 | 375 | 325 | 16 | 0 | 20 | 1 | 160 | 133 | 133 |
Binary | 11011010 | 11111101 | 11010101 | 1110 | 0 | 10000 | 1 | 1110000 | 1011011 | 1011011 |
Color Harmonies of #DAFDD5
Complementary color
Monochromatic Colors of #DAFDD5
Black with #DAFDD5
Text Example
Text Example
White with #DAFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDD5; }
p { color: rgb(218,253,213); }
H1.HeaderClassName
{
color: #DAFDD5;
}
.AnyTagClassName
{
color: #DAFDD5;
}
</style>
background-color css
<style>
a { background-color: #DAFDD5; }
a { background-color: rgb(218,253,213); }
div.DivClassName
{
background-color: #DAFDD5;
}
.BgClassName
{
background-color: #DAFDD5;
}
</style>
border-color css
<style>
span { border-color: #DAFDD5; }
span { border-color: rgb(218,253,213); }
td.TdClassName
{
border-color: #DAFDD5;
}
.TagClassName
{
border-color: #DAFDD5;
}
</style>