Shades of Blue Romance #D3EBCE
Tints of Blue Romance #D3EBCE
RGB
CMYK
RGB Variations
Color information
#D3EBCE (or 0xD3EBCE) is known color: Blue Romance. HEX triplet: D3, EB and CE. RGB value is (211,235,206). Sum of RGB (Red+Green+Blue) = 211+235+206=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBCE is #2C1431. Grayscale: #E0E0E0. Windows color (decimal): -2888754 or 13560787. OLE color: 13560787.
HSL color Cylindrical-coordinate representation of color #D3EBCE: hue angle of 109.66º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EBCE is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 206 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.08 |
| HSL | 109.66º | 0.42% | 0.86% | - |
| HSV(B) | 109.66º | 0.12% | 0.92% | - |
| XYZ | 67.71 | 77.72 | 69.83 | - |
| YUV | 224.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 206 | 0.10 | 0 | 0.12 | 0.08 | 109.66 | 0.42 | 0.86 |
| Hex | D3 | EB | CE | A | 0 | C | 8 | 6E | 2A | 56 |
| Octal | 323 | 353 | 316 | 12 | 0 | 14 | 10 | 156 | 52 | 126 |
| Binary | 11010011 | 11101011 | 11001110 | 1010 | 0 | 1100 | 1000 | 1101110 | 101010 | 1010110 |
Color Harmonies of #D3EBCE
Complementary color
Monochromatic Colors of #D3EBCE
Black with #D3EBCE
Text Example
Text Example
White with #D3EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBCE; }
p { color: rgb(211,235,206); }
H1.HeaderClassName
{
color: #D3EBCE;
}
.AnyTagClassName
{
color: #D3EBCE;
}
</style>
background-color css
<style>
a { background-color: #D3EBCE; }
a { background-color: rgb(211,235,206); }
div.DivClassName
{
background-color: #D3EBCE;
}
.BgClassName
{
background-color: #D3EBCE;
}
</style>
border-color css
<style>
span { border-color: #D3EBCE; }
span { border-color: rgb(211,235,206); }
td.TdClassName
{
border-color: #D3EBCE;
}
.TagClassName
{
border-color: #D3EBCE;
}
</style>