Shades of Blue Romance #D0E1CE
Tints of Blue Romance #D0E1CE
RGB
CMYK
RGB Variations
Color information
#D0E1CE (or 0xD0E1CE) is known color: Blue Romance. HEX triplet: D0, E1 and CE. RGB value is (208,225,206). Sum of RGB (Red+Green+Blue) = 208+225+206=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1CE is #2F1E31. Grayscale: #D9D9D9. Windows color (decimal): -3087922 or 13558224. OLE color: 13558224.
HSL color Cylindrical-coordinate representation of color #D0E1CE: hue angle of 113.68º degrees, saturation: 0.24, 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 #D0E1CE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 206 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 113.68º | 0.24% | 0.85% | - |
| HSV(B) | 113.68º | 0.08% | 0.88% | - |
| XYZ | 64.08 | 71.72 | 68.86 | - |
| YUV | 217.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 206 | 0.08 | 0 | 0.08 | 0.12 | 113.68 | 0.24 | 0.85 |
| Hex | D0 | E1 | CE | 8 | 0 | 8 | C | 72 | 18 | 55 |
| Octal | 320 | 341 | 316 | 10 | 0 | 10 | 14 | 162 | 30 | 125 |
| Binary | 11010000 | 11100001 | 11001110 | 1000 | 0 | 1000 | 1100 | 1110010 | 11000 | 1010101 |
Color Harmonies of #D0E1CE
Complementary color
Monochromatic Colors of #D0E1CE
Black with #D0E1CE
Text Example
Text Example
White with #D0E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1CE; }
p { color: rgb(208,225,206); }
H1.HeaderClassName
{
color: #D0E1CE;
}
.AnyTagClassName
{
color: #D0E1CE;
}
</style>
background-color css
<style>
a { background-color: #D0E1CE; }
a { background-color: rgb(208,225,206); }
div.DivClassName
{
background-color: #D0E1CE;
}
.BgClassName
{
background-color: #D0E1CE;
}
</style>
border-color css
<style>
span { border-color: #D0E1CE; }
span { border-color: rgb(208,225,206); }
td.TdClassName
{
border-color: #D0E1CE;
}
.TagClassName
{
border-color: #D0E1CE;
}
</style>