Shades of Blue Romance #D6ECD2
Tints of Blue Romance #D6ECD2
RGB
CMYK
RGB Variations
Color information
#D6ECD2 (or 0xD6ECD2) is known color: Blue Romance. HEX triplet: D6, EC and D2. RGB value is (214,236,210). Sum of RGB (Red+Green+Blue) = 214+236+210=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 210 (82.42% from 255 or 31.82% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD2 is #29132D. Grayscale: #E2E2E2. Windows color (decimal): -2691886 or 13823190. OLE color: 13823190.
HSL color Cylindrical-coordinate representation of color #D6ECD2: hue angle of 110.77º 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 #D6ECD2 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 210 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.07 |
| HSL | 110.77º | 0.41% | 0.87% | - |
| HSV(B) | 110.77º | 0.11% | 0.93% | - |
| XYZ | 69.36 | 78.94 | 72.55 | - |
| YUV | 226.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 210 | 0.09 | 0 | 0.11 | 0.07 | 110.77 | 0.41 | 0.87 |
| Hex | D6 | EC | D2 | 9 | 0 | B | 7 | 6F | 29 | 57 |
| Octal | 326 | 354 | 322 | 11 | 0 | 13 | 7 | 157 | 51 | 127 |
| Binary | 11010110 | 11101100 | 11010010 | 1001 | 0 | 1011 | 111 | 1101111 | 101001 | 1010111 |
Color Harmonies of #D6ECD2
Complementary color
Monochromatic Colors of #D6ECD2
Black with #D6ECD2
Text Example
Text Example
White with #D6ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECD2; }
p { color: rgb(214,236,210); }
H1.HeaderClassName
{
color: #D6ECD2;
}
.AnyTagClassName
{
color: #D6ECD2;
}
</style>
background-color css
<style>
a { background-color: #D6ECD2; }
a { background-color: rgb(214,236,210); }
div.DivClassName
{
background-color: #D6ECD2;
}
.BgClassName
{
background-color: #D6ECD2;
}
</style>
border-color css
<style>
span { border-color: #D6ECD2; }
span { border-color: rgb(214,236,210); }
td.TdClassName
{
border-color: #D6ECD2;
}
.TagClassName
{
border-color: #D6ECD2;
}
</style>