Shades of Blue Romance #DDFBD5
Tints of Blue Romance #DDFBD5
RGB
CMYK
RGB Variations
Color information
#DDFBD5 (or 0xDDFBD5) is known color: Blue Romance. HEX triplet: DD, FB and D5. RGB value is (221,251,213). Sum of RGB (Red+Green+Blue) = 221+251+213=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD5 is #22042A. Grayscale: #EDEDED. Windows color (decimal): -2229291 or 14023645. OLE color: 14023645.
HSL color Cylindrical-coordinate representation of color #DDFBD5: hue angle of 107.37º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFBD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 213 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.02 |
| HSL | 107.37º | 0.83% | 0.91% | - |
| HSV(B) | 107.37º | 0.15% | 0.98% | - |
| XYZ | 76.33 | 89.17 | 76.14 | - |
| YUV | 237.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 213 | 0.12 | 0 | 0.15 | 0.02 | 107.37 | 0.83 | 0.91 |
| Hex | DD | FB | D5 | C | 0 | F | 2 | 6B | 53 | 5B |
| Octal | 335 | 373 | 325 | 14 | 0 | 17 | 2 | 153 | 123 | 133 |
| Binary | 11011101 | 11111011 | 11010101 | 1100 | 0 | 1111 | 10 | 1101011 | 1010011 | 1011011 |
Color Harmonies of #DDFBD5
Complementary color
Monochromatic Colors of #DDFBD5
Black with #DDFBD5
Text Example
Text Example
White with #DDFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBD5; }
p { color: rgb(221,251,213); }
H1.HeaderClassName
{
color: #DDFBD5;
}
.AnyTagClassName
{
color: #DDFBD5;
}
</style>
background-color css
<style>
a { background-color: #DDFBD5; }
a { background-color: rgb(221,251,213); }
div.DivClassName
{
background-color: #DDFBD5;
}
.BgClassName
{
background-color: #DDFBD5;
}
</style>
border-color css
<style>
span { border-color: #DDFBD5; }
span { border-color: rgb(221,251,213); }
td.TdClassName
{
border-color: #DDFBD5;
}
.TagClassName
{
border-color: #DDFBD5;
}
</style>