Shades of Blue Romance #D3EACF
Tints of Blue Romance #D3EACF
RGB
CMYK
RGB Variations
Color information
#D3EACF (or 0xD3EACF) is known color: Blue Romance. HEX triplet: D3, EA and CF. RGB value is (211,234,207). Sum of RGB (Red+Green+Blue) = 211+234+207=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EACF is #2C1530. Grayscale: #E0E0E0. Windows color (decimal): -2889009 or 13626067. OLE color: 13626067.
HSL color Cylindrical-coordinate representation of color #D3EACF: hue angle of 111.11º degrees, saturation: 0.39, 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 #D3EACF is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 207 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.08 |
| HSL | 111.11º | 0.39% | 0.86% | - |
| HSV(B) | 111.11º | 0.12% | 0.92% | - |
| XYZ | 67.55 | 77.2 | 70.37 | - |
| YUV | 224.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 207 | 0.10 | 0 | 0.12 | 0.08 | 111.11 | 0.39 | 0.86 |
| Hex | D3 | EA | CF | A | 0 | C | 8 | 6F | 27 | 56 |
| Octal | 323 | 352 | 317 | 12 | 0 | 14 | 10 | 157 | 47 | 126 |
| Binary | 11010011 | 11101010 | 11001111 | 1010 | 0 | 1100 | 1000 | 1101111 | 100111 | 1010110 |
Color Harmonies of #D3EACF
Complementary color
Monochromatic Colors of #D3EACF
Black with #D3EACF
Text Example
Text Example
White with #D3EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EACF; }
p { color: rgb(211,234,207); }
H1.HeaderClassName
{
color: #D3EACF;
}
.AnyTagClassName
{
color: #D3EACF;
}
</style>
background-color css
<style>
a { background-color: #D3EACF; }
a { background-color: rgb(211,234,207); }
div.DivClassName
{
background-color: #D3EACF;
}
.BgClassName
{
background-color: #D3EACF;
}
</style>
border-color css
<style>
span { border-color: #D3EACF; }
span { border-color: rgb(211,234,207); }
td.TdClassName
{
border-color: #D3EACF;
}
.TagClassName
{
border-color: #D3EACF;
}
</style>