Shades of Blue Romance #DAFDD0
Tints of Blue Romance #DAFDD0
RGB
CMYK
RGB Variations
Color information
#DAFDD0 (or 0xDAFDD0) is known color: Blue Romance. HEX triplet: DA, FD and D0. RGB value is (218,253,208). Sum of RGB (Red+Green+Blue) = 218+253+208=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD0 is #25022F. Grayscale: #EDEDED. Windows color (decimal): -2425392 or 13696474. OLE color: 13696474.
HSL color Cylindrical-coordinate representation of color #DAFDD0: hue angle of 106.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFDD0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 208 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.01 |
| HSL | 106.67º | 0.92% | 0.9% | - |
| HSV(B) | 106.67º | 0.18% | 0.99% | - |
| XYZ | 75.42 | 89.71 | 73.02 | - |
| YUV | 237.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 208 | 0.14 | 0 | 0.18 | 0.01 | 106.67 | 0.92 | 0.9 |
| Hex | DA | FD | D0 | E | 0 | 12 | 1 | 6B | 5C | 5A |
| Octal | 332 | 375 | 320 | 16 | 0 | 22 | 1 | 153 | 134 | 132 |
| Binary | 11011010 | 11111101 | 11010000 | 1110 | 0 | 10010 | 1 | 1101011 | 1011100 | 1011010 |
Color Harmonies of #DAFDD0
Complementary color
Monochromatic Colors of #DAFDD0
Black with #DAFDD0
Text Example
Text Example
White with #DAFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDD0; }
p { color: rgb(218,253,208); }
H1.HeaderClassName
{
color: #DAFDD0;
}
.AnyTagClassName
{
color: #DAFDD0;
}
</style>
background-color css
<style>
a { background-color: #DAFDD0; }
a { background-color: rgb(218,253,208); }
div.DivClassName
{
background-color: #DAFDD0;
}
.BgClassName
{
background-color: #DAFDD0;
}
</style>
border-color css
<style>
span { border-color: #DAFDD0; }
span { border-color: rgb(218,253,208); }
td.TdClassName
{
border-color: #DAFDD0;
}
.TagClassName
{
border-color: #DAFDD0;
}
</style>