Shades of Blue Romance #D6EED0
Tints of Blue Romance #D6EED0
RGB
CMYK
RGB Variations
Color information
#D6EED0 (or 0xD6EED0) is known color: Blue Romance. HEX triplet: D6, EE and D0. RGB value is (214,238,208). Sum of RGB (Red+Green+Blue) = 214+238+208=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EED0 is #29112F. Grayscale: #E3E3E3. Windows color (decimal): -2691376 or 13692630. OLE color: 13692630.
HSL color Cylindrical-coordinate representation of color #D6EED0: hue angle of 108º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6EED0 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 208 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.07 |
| HSL | 108º | 0.47% | 0.87% | - |
| HSV(B) | 108º | 0.13% | 0.93% | - |
| XYZ | 69.69 | 80 | 71.44 | - |
| YUV | 227.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 208 | 0.10 | 0 | 0.13 | 0.07 | 108 | 0.47 | 0.87 |
| Hex | D6 | EE | D0 | A | 0 | D | 7 | 6C | 2F | 57 |
| Octal | 326 | 356 | 320 | 12 | 0 | 15 | 7 | 154 | 57 | 127 |
| Binary | 11010110 | 11101110 | 11010000 | 1010 | 0 | 1101 | 111 | 1101100 | 101111 | 1010111 |
Color Harmonies of #D6EED0
Complementary color
Monochromatic Colors of #D6EED0
Black with #D6EED0
Text Example
Text Example
White with #D6EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EED0; }
p { color: rgb(214,238,208); }
H1.HeaderClassName
{
color: #D6EED0;
}
.AnyTagClassName
{
color: #D6EED0;
}
</style>
background-color css
<style>
a { background-color: #D6EED0; }
a { background-color: rgb(214,238,208); }
div.DivClassName
{
background-color: #D6EED0;
}
.BgClassName
{
background-color: #D6EED0;
}
</style>
border-color css
<style>
span { border-color: #D6EED0; }
span { border-color: rgb(214,238,208); }
td.TdClassName
{
border-color: #D6EED0;
}
.TagClassName
{
border-color: #D6EED0;
}
</style>