Shades of Blue Romance #D6ECD4
Tints of Blue Romance #D6ECD4
RGB
CMYK
RGB Variations
Color information
#D6ECD4 (or 0xD6ECD4) is known color: Blue Romance. HEX triplet: D6, EC and D4. RGB value is (214,236,212). Sum of RGB (Red+Green+Blue) = 214+236+212=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD4 is #29132B. Grayscale: #E2E2E2. Windows color (decimal): -2691884 or 13954262. OLE color: 13954262.
HSL color Cylindrical-coordinate representation of color #D6ECD4: hue angle of 115º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6ECD4 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 212 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.07 |
| HSL | 115º | 0.39% | 0.88% | - |
| HSV(B) | 115º | 0.1% | 0.93% | - |
| XYZ | 69.61 | 79.04 | 73.87 | - |
| YUV | 226.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 212 | 0.09 | 0 | 0.10 | 0.07 | 115 | 0.39 | 0.88 |
| Hex | D6 | EC | D4 | 9 | 0 | A | 7 | 73 | 27 | 58 |
| Octal | 326 | 354 | 324 | 11 | 0 | 12 | 7 | 163 | 47 | 130 |
| Binary | 11010110 | 11101100 | 11010100 | 1001 | 0 | 1010 | 111 | 1110011 | 100111 | 1011000 |
Color Harmonies of #D6ECD4
Complementary color
Monochromatic Colors of #D6ECD4
Black with #D6ECD4
Text Example
Text Example
White with #D6ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECD4; }
p { color: rgb(214,236,212); }
H1.HeaderClassName
{
color: #D6ECD4;
}
.AnyTagClassName
{
color: #D6ECD4;
}
</style>
background-color css
<style>
a { background-color: #D6ECD4; }
a { background-color: rgb(214,236,212); }
div.DivClassName
{
background-color: #D6ECD4;
}
.BgClassName
{
background-color: #D6ECD4;
}
</style>
border-color css
<style>
span { border-color: #D6ECD4; }
span { border-color: rgb(214,236,212); }
td.TdClassName
{
border-color: #D6ECD4;
}
.TagClassName
{
border-color: #D6ECD4;
}
</style>