Shades of Blue Romance #DDFED5
Tints of Blue Romance #DDFED5
RGB
CMYK
RGB Variations
Color information
#DDFED5 (or 0xDDFED5) is known color: Blue Romance. HEX triplet: DD, FE and D5. RGB value is (221,254,213). Sum of RGB (Red+Green+Blue) = 221+254+213=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED5 is #22012A. Grayscale: #EFEFEF. Windows color (decimal): -2228523 or 14024413. OLE color: 14024413.
HSL color Cylindrical-coordinate representation of color #DDFED5: hue angle of 108.29º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDFED5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 213 | - |
CMYK | 0.13 | 0 | 0.16 | 0.00 |
HSL | 108.29º | 0.95% | 0.92% | - |
HSV(B) | 108.29º | 0.16% | 1% | - |
XYZ | 77.27 | 91.06 | 76.45 | - |
YUV | 239.46 | 113.07 | 114.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 213 | 0.13 | 0 | 0.16 | 0.00 | 108.29 | 0.95 | 0.92 |
Hex | DD | FE | D5 | D | 0 | 10 | 0 | 6C | 5F | 5C |
Octal | 335 | 376 | 325 | 15 | 0 | 20 | 0 | 154 | 137 | 134 |
Binary | 11011101 | 11111110 | 11010101 | 1101 | 0 | 10000 | 0 | 1101100 | 1011111 | 1011100 |
Color Harmonies of #DDFED5
Complementary color
Monochromatic Colors of #DDFED5
Black with #DDFED5
Text Example
Text Example
White with #DDFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFED5; }
p { color: rgb(221,254,213); }
H1.HeaderClassName
{
color: #DDFED5;
}
.AnyTagClassName
{
color: #DDFED5;
}
</style>
background-color css
<style>
a { background-color: #DDFED5; }
a { background-color: rgb(221,254,213); }
div.DivClassName
{
background-color: #DDFED5;
}
.BgClassName
{
background-color: #DDFED5;
}
</style>
border-color css
<style>
span { border-color: #DDFED5; }
span { border-color: rgb(221,254,213); }
td.TdClassName
{
border-color: #DDFED5;
}
.TagClassName
{
border-color: #DDFED5;
}
</style>