Shades of Blue Romance #D0EBCD
Tints of Blue Romance #D0EBCD
RGB
CMYK
RGB Variations
Color information
#D0EBCD (or 0xD0EBCD) is known color: Blue Romance. HEX triplet: D0, EB and CD. RGB value is (208,235,205). Sum of RGB (Red+Green+Blue) = 208+235+205=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBCD is #2F1432. Grayscale: #DFDFDF. Windows color (decimal): -3085363 or 13495248. OLE color: 13495248.
HSL color Cylindrical-coordinate representation of color #D0EBCD: hue angle of 114º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EBCD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 205 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.08 |
| HSL | 114º | 0.43% | 0.86% | - |
| HSV(B) | 114º | 0.13% | 0.92% | - |
| XYZ | 66.74 | 77.23 | 69.15 | - |
| YUV | 223.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 205 | 0.11 | 0 | 0.13 | 0.08 | 114 | 0.43 | 0.86 |
| Hex | D0 | EB | CD | B | 0 | D | 8 | 72 | 2B | 56 |
| Octal | 320 | 353 | 315 | 13 | 0 | 15 | 10 | 162 | 53 | 126 |
| Binary | 11010000 | 11101011 | 11001101 | 1011 | 0 | 1101 | 1000 | 1110010 | 101011 | 1010110 |
Color Harmonies of #D0EBCD
Complementary color
Monochromatic Colors of #D0EBCD
Black with #D0EBCD
Text Example
Text Example
White with #D0EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBCD; }
p { color: rgb(208,235,205); }
H1.HeaderClassName
{
color: #D0EBCD;
}
.AnyTagClassName
{
color: #D0EBCD;
}
</style>
background-color css
<style>
a { background-color: #D0EBCD; }
a { background-color: rgb(208,235,205); }
div.DivClassName
{
background-color: #D0EBCD;
}
.BgClassName
{
background-color: #D0EBCD;
}
</style>
border-color css
<style>
span { border-color: #D0EBCD; }
span { border-color: rgb(208,235,205); }
td.TdClassName
{
border-color: #D0EBCD;
}
.TagClassName
{
border-color: #D0EBCD;
}
</style>