Shades of Blue Romance #D3EAD0
Tints of Blue Romance #D3EAD0
RGB
CMYK
RGB Variations
Color information
#D3EAD0 (or 0xD3EAD0) is known color: Blue Romance. HEX triplet: D3, EA and D0. RGB value is (211,234,208). Sum of RGB (Red+Green+Blue) = 211+234+208=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EAD0 is #2C152F. Grayscale: #E0E0E0. Windows color (decimal): -2889008 or 13691603. OLE color: 13691603.
HSL color Cylindrical-coordinate representation of color #D3EAD0: hue angle of 113.08º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EAD0 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 208 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.08 |
| HSL | 113.08º | 0.38% | 0.87% | - |
| HSV(B) | 113.08º | 0.11% | 0.92% | - |
| XYZ | 67.67 | 77.25 | 71.02 | - |
| YUV | 224.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 208 | 0.10 | 0 | 0.11 | 0.08 | 113.08 | 0.38 | 0.87 |
| Hex | D3 | EA | D0 | A | 0 | B | 8 | 71 | 26 | 57 |
| Octal | 323 | 352 | 320 | 12 | 0 | 13 | 10 | 161 | 46 | 127 |
| Binary | 11010011 | 11101010 | 11010000 | 1010 | 0 | 1011 | 1000 | 1110001 | 100110 | 1010111 |
Color Harmonies of #D3EAD0
Complementary color
Monochromatic Colors of #D3EAD0
Black with #D3EAD0
Text Example
Text Example
White with #D3EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAD0; }
p { color: rgb(211,234,208); }
H1.HeaderClassName
{
color: #D3EAD0;
}
.AnyTagClassName
{
color: #D3EAD0;
}
</style>
background-color css
<style>
a { background-color: #D3EAD0; }
a { background-color: rgb(211,234,208); }
div.DivClassName
{
background-color: #D3EAD0;
}
.BgClassName
{
background-color: #D3EAD0;
}
</style>
border-color css
<style>
span { border-color: #D3EAD0; }
span { border-color: rgb(211,234,208); }
td.TdClassName
{
border-color: #D3EAD0;
}
.TagClassName
{
border-color: #D3EAD0;
}
</style>