Shades of Blue Romance #D3EBCF
Tints of Blue Romance #D3EBCF
RGB
CMYK
RGB Variations
Color information
#D3EBCF (or 0xD3EBCF) is known color: Blue Romance. HEX triplet: D3, EB and CF. RGB value is (211,235,207). Sum of RGB (Red+Green+Blue) = 211+235+207=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBCF is #2C1430. Grayscale: #E0E0E0. Windows color (decimal): -2888753 or 13626323. OLE color: 13626323.
HSL color Cylindrical-coordinate representation of color #D3EBCF: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EBCF is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 207 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.08 |
| HSL | 111.43º | 0.41% | 0.87% | - |
| HSV(B) | 111.43º | 0.12% | 0.92% | - |
| XYZ | 67.83 | 77.77 | 70.47 | - |
| YUV | 224.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 207 | 0.10 | 0 | 0.12 | 0.08 | 111.43 | 0.41 | 0.87 |
| Hex | D3 | EB | CF | A | 0 | C | 8 | 6F | 29 | 57 |
| Octal | 323 | 353 | 317 | 12 | 0 | 14 | 10 | 157 | 51 | 127 |
| Binary | 11010011 | 11101011 | 11001111 | 1010 | 0 | 1100 | 1000 | 1101111 | 101001 | 1010111 |
Color Harmonies of #D3EBCF
Complementary color
Monochromatic Colors of #D3EBCF
Black with #D3EBCF
Text Example
Text Example
White with #D3EBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBCF; }
p { color: rgb(211,235,207); }
H1.HeaderClassName
{
color: #D3EBCF;
}
.AnyTagClassName
{
color: #D3EBCF;
}
</style>
background-color css
<style>
a { background-color: #D3EBCF; }
a { background-color: rgb(211,235,207); }
div.DivClassName
{
background-color: #D3EBCF;
}
.BgClassName
{
background-color: #D3EBCF;
}
</style>
border-color css
<style>
span { border-color: #D3EBCF; }
span { border-color: rgb(211,235,207); }
td.TdClassName
{
border-color: #D3EBCF;
}
.TagClassName
{
border-color: #D3EBCF;
}
</style>