Shades of Blue Romance #D2EBCE
Tints of Blue Romance #D2EBCE
RGB
CMYK
RGB Variations
Color information
#D2EBCE (or 0xD2EBCE) is known color: Blue Romance. HEX triplet: D2, EB and CE. RGB value is (210,235,206). Sum of RGB (Red+Green+Blue) = 210+235+206=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBCE is #2D1431. Grayscale: #E0E0E0. Windows color (decimal): -2954290 or 13560786. OLE color: 13560786.
HSL color Cylindrical-coordinate representation of color #D2EBCE: hue angle of 111.72º 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 #D2EBCE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 206 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.08 |
| HSL | 111.72º | 0.42% | 0.86% | - |
| HSV(B) | 111.72º | 0.12% | 0.92% | - |
| XYZ | 67.43 | 77.57 | 69.81 | - |
| YUV | 224.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 206 | 0.11 | 0 | 0.12 | 0.08 | 111.72 | 0.42 | 0.86 |
| Hex | D2 | EB | CE | B | 0 | C | 8 | 70 | 2A | 56 |
| Octal | 322 | 353 | 316 | 13 | 0 | 14 | 10 | 160 | 52 | 126 |
| Binary | 11010010 | 11101011 | 11001110 | 1011 | 0 | 1100 | 1000 | 1110000 | 101010 | 1010110 |
Color Harmonies of #D2EBCE
Complementary color
Monochromatic Colors of #D2EBCE
Black with #D2EBCE
Text Example
Text Example
White with #D2EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBCE; }
p { color: rgb(210,235,206); }
H1.HeaderClassName
{
color: #D2EBCE;
}
.AnyTagClassName
{
color: #D2EBCE;
}
</style>
background-color css
<style>
a { background-color: #D2EBCE; }
a { background-color: rgb(210,235,206); }
div.DivClassName
{
background-color: #D2EBCE;
}
.BgClassName
{
background-color: #D2EBCE;
}
</style>
border-color css
<style>
span { border-color: #D2EBCE; }
span { border-color: rgb(210,235,206); }
td.TdClassName
{
border-color: #D2EBCE;
}
.TagClassName
{
border-color: #D2EBCE;
}
</style>