Shades of Blue Romance #DDF8D5
Tints of Blue Romance #DDF8D5
RGB
CMYK
RGB Variations
Color information
#DDF8D5 (or 0xDDF8D5) is known color: Blue Romance. HEX triplet: DD, F8 and D5. RGB value is (221,248,213). Sum of RGB (Red+Green+Blue) = 221+248+213=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8D5 is #22072A. Grayscale: #ECECEC. Windows color (decimal): -2230059 or 14022877. OLE color: 14022877.
HSL color Cylindrical-coordinate representation of color #DDF8D5: hue angle of 106.29º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF8D5 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 248 | 213 | - |
CMYK | 0.11 | 0 | 0.14 | 0.03 |
HSL | 106.29º | 0.71% | 0.9% | - |
HSV(B) | 106.29º | 0.14% | 0.97% | - |
XYZ | 75.4 | 87.31 | 75.83 | - |
YUV | 235.94 | 115.05 | 117.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 248 | 213 | 0.11 | 0 | 0.14 | 0.03 | 106.29 | 0.71 | 0.9 |
Hex | DD | F8 | D5 | B | 0 | E | 3 | 6A | 47 | 5A |
Octal | 335 | 370 | 325 | 13 | 0 | 16 | 3 | 152 | 107 | 132 |
Binary | 11011101 | 11111000 | 11010101 | 1011 | 0 | 1110 | 11 | 1101010 | 1000111 | 1011010 |
Color Harmonies of #DDF8D5
Complementary color
Monochromatic Colors of #DDF8D5
Black with #DDF8D5
Text Example
Text Example
White with #DDF8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8D5; }
p { color: rgb(221,248,213); }
H1.HeaderClassName
{
color: #DDF8D5;
}
.AnyTagClassName
{
color: #DDF8D5;
}
</style>
background-color css
<style>
a { background-color: #DDF8D5; }
a { background-color: rgb(221,248,213); }
div.DivClassName
{
background-color: #DDF8D5;
}
.BgClassName
{
background-color: #DDF8D5;
}
</style>
border-color css
<style>
span { border-color: #DDF8D5; }
span { border-color: rgb(221,248,213); }
td.TdClassName
{
border-color: #DDF8D5;
}
.TagClassName
{
border-color: #DDF8D5;
}
</style>