Shades of Blue Romance #D0E1CF
Tints of Blue Romance #D0E1CF
RGB
CMYK
RGB Variations
Color information
#D0E1CF (or 0xD0E1CF) is known color: Blue Romance. HEX triplet: D0, E1 and CF. RGB value is (208,225,207). Sum of RGB (Red+Green+Blue) = 208+225+207=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1CF is #2F1E30. Grayscale: #D9D9D9. Windows color (decimal): -3087921 or 13623760. OLE color: 13623760.
HSL color Cylindrical-coordinate representation of color #D0E1CF: hue angle of 116.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E1CF is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 207 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 116.67º | 0.23% | 0.85% | - |
| HSV(B) | 116.67º | 0.08% | 0.88% | - |
| XYZ | 64.2 | 71.77 | 69.5 | - |
| YUV | 217.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 207 | 0.08 | 0 | 0.08 | 0.12 | 116.67 | 0.23 | 0.85 |
| Hex | D0 | E1 | CF | 8 | 0 | 8 | C | 75 | 17 | 55 |
| Octal | 320 | 341 | 317 | 10 | 0 | 10 | 14 | 165 | 27 | 125 |
| Binary | 11010000 | 11100001 | 11001111 | 1000 | 0 | 1000 | 1100 | 1110101 | 10111 | 1010101 |
Color Harmonies of #D0E1CF
Complementary color
Monochromatic Colors of #D0E1CF
Black with #D0E1CF
Text Example
Text Example
White with #D0E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1CF; }
p { color: rgb(208,225,207); }
H1.HeaderClassName
{
color: #D0E1CF;
}
.AnyTagClassName
{
color: #D0E1CF;
}
</style>
background-color css
<style>
a { background-color: #D0E1CF; }
a { background-color: rgb(208,225,207); }
div.DivClassName
{
background-color: #D0E1CF;
}
.BgClassName
{
background-color: #D0E1CF;
}
</style>
border-color css
<style>
span { border-color: #D0E1CF; }
span { border-color: rgb(208,225,207); }
td.TdClassName
{
border-color: #D0E1CF;
}
.TagClassName
{
border-color: #D0E1CF;
}
</style>