Shades of Blue Romance #DAFDD3
Tints of Blue Romance #DAFDD3
RGB
CMYK
RGB Variations
Color information
#DAFDD3 (or 0xDAFDD3) is known color: Blue Romance. HEX triplet: DA, FD and D3. RGB value is (218,253,211). Sum of RGB (Red+Green+Blue) = 218+253+211=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD3 is #25022C. Grayscale: #EDEDED. Windows color (decimal): -2425389 or 13893082. OLE color: 13893082.
HSL color Cylindrical-coordinate representation of color #DAFDD3: hue angle of 110º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAFDD3 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 211 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.01 |
| HSL | 110º | 0.91% | 0.91% | - |
| HSV(B) | 110º | 0.17% | 0.99% | - |
| XYZ | 75.8 | 89.86 | 74.98 | - |
| YUV | 237.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 211 | 0.14 | 0 | 0.17 | 0.01 | 110 | 0.91 | 0.91 |
| Hex | DA | FD | D3 | E | 0 | 11 | 1 | 6E | 5B | 5B |
| Octal | 332 | 375 | 323 | 16 | 0 | 21 | 1 | 156 | 133 | 133 |
| Binary | 11011010 | 11111101 | 11010011 | 1110 | 0 | 10001 | 1 | 1101110 | 1011011 | 1011011 |
Color Harmonies of #DAFDD3
Complementary color
Monochromatic Colors of #DAFDD3
Black with #DAFDD3
Text Example
Text Example
White with #DAFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDD3; }
p { color: rgb(218,253,211); }
H1.HeaderClassName
{
color: #DAFDD3;
}
.AnyTagClassName
{
color: #DAFDD3;
}
</style>
background-color css
<style>
a { background-color: #DAFDD3; }
a { background-color: rgb(218,253,211); }
div.DivClassName
{
background-color: #DAFDD3;
}
.BgClassName
{
background-color: #DAFDD3;
}
</style>
border-color css
<style>
span { border-color: #DAFDD3; }
span { border-color: rgb(218,253,211); }
td.TdClassName
{
border-color: #DAFDD3;
}
.TagClassName
{
border-color: #DAFDD3;
}
</style>