Shades of Blue Romance #DDFDD6
Tints of Blue Romance #DDFDD6
RGB
CMYK
RGB Variations
Color information
#DDFDD6 (or 0xDDFDD6) is known color: Blue Romance. HEX triplet: DD, FD and D6. RGB value is (221,253,214). Sum of RGB (Red+Green+Blue) = 221+253+214=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD6 is #220229. Grayscale: #EFEFEF. Windows color (decimal): -2228778 or 14089693. OLE color: 14089693.
HSL color Cylindrical-coordinate representation of color #DDFDD6: hue angle of 109.23º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFDD6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 214 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.01 |
| HSL | 109.23º | 0.91% | 0.92% | - |
| HSV(B) | 109.23º | 0.15% | 0.99% | - |
| XYZ | 77.08 | 90.48 | 77.02 | - |
| YUV | 238.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 214 | 0.13 | 0 | 0.15 | 0.01 | 109.23 | 0.91 | 0.92 |
| Hex | DD | FD | D6 | D | 0 | F | 1 | 6D | 5B | 5C |
| Octal | 335 | 375 | 326 | 15 | 0 | 17 | 1 | 155 | 133 | 134 |
| Binary | 11011101 | 11111101 | 11010110 | 1101 | 0 | 1111 | 1 | 1101101 | 1011011 | 1011100 |
Color Harmonies of #DDFDD6
Complementary color
Monochromatic Colors of #DDFDD6
Black with #DDFDD6
Text Example
Text Example
White with #DDFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDD6; }
p { color: rgb(221,253,214); }
H1.HeaderClassName
{
color: #DDFDD6;
}
.AnyTagClassName
{
color: #DDFDD6;
}
</style>
background-color css
<style>
a { background-color: #DDFDD6; }
a { background-color: rgb(221,253,214); }
div.DivClassName
{
background-color: #DDFDD6;
}
.BgClassName
{
background-color: #DDFDD6;
}
</style>
border-color css
<style>
span { border-color: #DDFDD6; }
span { border-color: rgb(221,253,214); }
td.TdClassName
{
border-color: #DDFDD6;
}
.TagClassName
{
border-color: #DDFDD6;
}
</style>