Shades of Blue Romance #D4EDD0
Tints of Blue Romance #D4EDD0
RGB
CMYK
RGB Variations
Color information
#D4EDD0 (or 0xD4EDD0) is known color: Blue Romance. HEX triplet: D4, ED and D0. RGB value is (212,237,208). Sum of RGB (Red+Green+Blue) = 212+237+208=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDD0 is #2B122F. Grayscale: #E2E2E2. Windows color (decimal): -2822704 or 13692372. OLE color: 13692372.
HSL color Cylindrical-coordinate representation of color #D4EDD0: hue angle of 111.72º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EDD0 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 208 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.07 |
| HSL | 111.72º | 0.45% | 0.87% | - |
| HSV(B) | 111.72º | 0.12% | 0.93% | - |
| XYZ | 68.82 | 79.12 | 71.32 | - |
| YUV | 226.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 208 | 0.11 | 0 | 0.12 | 0.07 | 111.72 | 0.45 | 0.87 |
| Hex | D4 | ED | D0 | B | 0 | C | 7 | 70 | 2D | 57 |
| Octal | 324 | 355 | 320 | 13 | 0 | 14 | 7 | 160 | 55 | 127 |
| Binary | 11010100 | 11101101 | 11010000 | 1011 | 0 | 1100 | 111 | 1110000 | 101101 | 1010111 |
Color Harmonies of #D4EDD0
Complementary color
Monochromatic Colors of #D4EDD0
Black with #D4EDD0
Text Example
Text Example
White with #D4EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDD0; }
p { color: rgb(212,237,208); }
H1.HeaderClassName
{
color: #D4EDD0;
}
.AnyTagClassName
{
color: #D4EDD0;
}
</style>
background-color css
<style>
a { background-color: #D4EDD0; }
a { background-color: rgb(212,237,208); }
div.DivClassName
{
background-color: #D4EDD0;
}
.BgClassName
{
background-color: #D4EDD0;
}
</style>
border-color css
<style>
span { border-color: #D4EDD0; }
span { border-color: rgb(212,237,208); }
td.TdClassName
{
border-color: #D4EDD0;
}
.TagClassName
{
border-color: #D4EDD0;
}
</style>