Shades of Blue Romance #D4ECD2
Tints of Blue Romance #D4ECD2
RGB
CMYK
RGB Variations
Color information
#D4ECD2 (or 0xD4ECD2) is known color: Blue Romance. HEX triplet: D4, EC and D2. RGB value is (212,236,210). Sum of RGB (Red+Green+Blue) = 212+236+210=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4ECD2 is #2B132D. Grayscale: #E1E1E1. Windows color (decimal): -2822958 or 13823188. OLE color: 13823188.
HSL color Cylindrical-coordinate representation of color #D4ECD2: hue angle of 115.38º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4ECD2 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 210 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.07 |
| HSL | 115.38º | 0.41% | 0.87% | - |
| HSV(B) | 115.38º | 0.11% | 0.93% | - |
| XYZ | 68.78 | 78.64 | 72.53 | - |
| YUV | 225.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 210 | 0.10 | 0 | 0.11 | 0.07 | 115.38 | 0.41 | 0.87 |
| Hex | D4 | EC | D2 | A | 0 | B | 7 | 73 | 29 | 57 |
| Octal | 324 | 354 | 322 | 12 | 0 | 13 | 7 | 163 | 51 | 127 |
| Binary | 11010100 | 11101100 | 11010010 | 1010 | 0 | 1011 | 111 | 1110011 | 101001 | 1010111 |
Color Harmonies of #D4ECD2
Complementary color
Monochromatic Colors of #D4ECD2
Black with #D4ECD2
Text Example
Text Example
White with #D4ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ECD2; }
p { color: rgb(212,236,210); }
H1.HeaderClassName
{
color: #D4ECD2;
}
.AnyTagClassName
{
color: #D4ECD2;
}
</style>
background-color css
<style>
a { background-color: #D4ECD2; }
a { background-color: rgb(212,236,210); }
div.DivClassName
{
background-color: #D4ECD2;
}
.BgClassName
{
background-color: #D4ECD2;
}
</style>
border-color css
<style>
span { border-color: #D4ECD2; }
span { border-color: rgb(212,236,210); }
td.TdClassName
{
border-color: #D4ECD2;
}
.TagClassName
{
border-color: #D4ECD2;
}
</style>