Shades of Blue Romance #DAFCD5
Tints of Blue Romance #DAFCD5
RGB
CMYK
RGB Variations
Color information
#DAFCD5 (or 0xDAFCD5) is known color: Blue Romance. HEX triplet: DA, FC and D5. RGB value is (218,252,213). Sum of RGB (Red+Green+Blue) = 218+252+213=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCD5 is #25032A. Grayscale: #EDEDED. Windows color (decimal): -2425643 or 14023898. OLE color: 14023898.
HSL color Cylindrical-coordinate representation of color #DAFCD5: hue angle of 112.31º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFCD5 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 213 | - |
CMYK | 0.13 | 0 | 0.15 | 0.01 |
HSL | 112.31º | 0.87% | 0.91% | - |
HSV(B) | 112.31º | 0.15% | 0.99% | - |
XYZ | 75.73 | 89.33 | 76.2 | - |
YUV | 237.39 | 114.24 | 114.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 213 | 0.13 | 0 | 0.15 | 0.01 | 112.31 | 0.87 | 0.91 |
Hex | DA | FC | D5 | D | 0 | F | 1 | 70 | 57 | 5B |
Octal | 332 | 374 | 325 | 15 | 0 | 17 | 1 | 160 | 127 | 133 |
Binary | 11011010 | 11111100 | 11010101 | 1101 | 0 | 1111 | 1 | 1110000 | 1010111 | 1011011 |
Color Harmonies of #DAFCD5
Complementary color
Monochromatic Colors of #DAFCD5
Black with #DAFCD5
Text Example
Text Example
White with #DAFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCD5; }
p { color: rgb(218,252,213); }
H1.HeaderClassName
{
color: #DAFCD5;
}
.AnyTagClassName
{
color: #DAFCD5;
}
</style>
background-color css
<style>
a { background-color: #DAFCD5; }
a { background-color: rgb(218,252,213); }
div.DivClassName
{
background-color: #DAFCD5;
}
.BgClassName
{
background-color: #DAFCD5;
}
</style>
border-color css
<style>
span { border-color: #DAFCD5; }
span { border-color: rgb(218,252,213); }
td.TdClassName
{
border-color: #DAFCD5;
}
.TagClassName
{
border-color: #DAFCD5;
}
</style>