Shades of Blue Romance #DDFAD5
Tints of Blue Romance #DDFAD5
RGB
CMYK
RGB Variations
Color information
#DDFAD5 (or 0xDDFAD5) is known color: Blue Romance. HEX triplet: DD, FA and D5. RGB value is (221,250,213). Sum of RGB (Red+Green+Blue) = 221+250+213=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD5 is #22052A. Grayscale: #EDEDED. Windows color (decimal): -2229547 or 14023389. OLE color: 14023389.
HSL color Cylindrical-coordinate representation of color #DDFAD5: hue angle of 107.03º degrees, saturation: 0.79, 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 #DDFAD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 213 | - |
CMYK | 0.12 | 0 | 0.15 | 0.02 |
HSL | 107.03º | 0.79% | 0.91% | - |
HSV(B) | 107.03º | 0.15% | 0.98% | - |
XYZ | 76.01 | 88.55 | 76.04 | - |
YUV | 237.11 | 114.39 | 116.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 213 | 0.12 | 0 | 0.15 | 0.02 | 107.03 | 0.79 | 0.91 |
Hex | DD | FA | D5 | C | 0 | F | 2 | 6B | 4F | 5B |
Octal | 335 | 372 | 325 | 14 | 0 | 17 | 2 | 153 | 117 | 133 |
Binary | 11011101 | 11111010 | 11010101 | 1100 | 0 | 1111 | 10 | 1101011 | 1001111 | 1011011 |
Color Harmonies of #DDFAD5
Complementary color
Monochromatic Colors of #DDFAD5
Black with #DDFAD5
Text Example
Text Example
White with #DDFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAD5; }
p { color: rgb(221,250,213); }
H1.HeaderClassName
{
color: #DDFAD5;
}
.AnyTagClassName
{
color: #DDFAD5;
}
</style>
background-color css
<style>
a { background-color: #DDFAD5; }
a { background-color: rgb(221,250,213); }
div.DivClassName
{
background-color: #DDFAD5;
}
.BgClassName
{
background-color: #DDFAD5;
}
</style>
border-color css
<style>
span { border-color: #DDFAD5; }
span { border-color: rgb(221,250,213); }
td.TdClassName
{
border-color: #DDFAD5;
}
.TagClassName
{
border-color: #DDFAD5;
}
</style>