Shades of Blue Romance #D1EECE
Tints of Blue Romance #D1EECE
RGB
CMYK
RGB Variations
Color information
#D1EECE (or 0xD1EECE) is known color: Blue Romance. HEX triplet: D1, EE and CE. RGB value is (209,238,206). Sum of RGB (Red+Green+Blue) = 209+238+206=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EECE is #2E1131. Grayscale: #E1E1E1. Windows color (decimal): -3019058 or 13561553. OLE color: 13561553.
HSL color Cylindrical-coordinate representation of color #D1EECE: hue angle of 114.38º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EECE is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 206 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.07 |
| HSL | 114.38º | 0.48% | 0.87% | - |
| HSV(B) | 114.38º | 0.13% | 0.93% | - |
| XYZ | 68.01 | 79.16 | 70.09 | - |
| YUV | 225.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 206 | 0.12 | 0 | 0.13 | 0.07 | 114.38 | 0.48 | 0.87 |
| Hex | D1 | EE | CE | C | 0 | D | 7 | 72 | 30 | 57 |
| Octal | 321 | 356 | 316 | 14 | 0 | 15 | 7 | 162 | 60 | 127 |
| Binary | 11010001 | 11101110 | 11001110 | 1100 | 0 | 1101 | 111 | 1110010 | 110000 | 1010111 |
Color Harmonies of #D1EECE
Complementary color
Monochromatic Colors of #D1EECE
Black with #D1EECE
Text Example
Text Example
White with #D1EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EECE; }
p { color: rgb(209,238,206); }
H1.HeaderClassName
{
color: #D1EECE;
}
.AnyTagClassName
{
color: #D1EECE;
}
</style>
background-color css
<style>
a { background-color: #D1EECE; }
a { background-color: rgb(209,238,206); }
div.DivClassName
{
background-color: #D1EECE;
}
.BgClassName
{
background-color: #D1EECE;
}
</style>
border-color css
<style>
span { border-color: #D1EECE; }
span { border-color: rgb(209,238,206); }
td.TdClassName
{
border-color: #D1EECE;
}
.TagClassName
{
border-color: #D1EECE;
}
</style>