Shades of Blue Romance #D7EED0
Tints of Blue Romance #D7EED0
RGB
CMYK
RGB Variations
Color information
#D7EED0 (or 0xD7EED0) is known color: Blue Romance. HEX triplet: D7, EE and D0. RGB value is (215,238,208). Sum of RGB (Red+Green+Blue) = 215+238+208=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EED0 is #28112F. Grayscale: #E3E3E3. Windows color (decimal): -2625840 or 13692631. OLE color: 13692631.
HSL color Cylindrical-coordinate representation of color #D7EED0: hue angle of 106º 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 #D7EED0 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 238 | 208 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.07 |
| HSL | 106º | 0.47% | 0.87% | - |
| HSV(B) | 106º | 0.13% | 0.93% | - |
| XYZ | 69.98 | 80.15 | 71.46 | - |
| YUV | 227.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 238 | 208 | 0.10 | 0 | 0.13 | 0.07 | 106 | 0.47 | 0.87 |
| Hex | D7 | EE | D0 | A | 0 | D | 7 | 6A | 2F | 57 |
| Octal | 327 | 356 | 320 | 12 | 0 | 15 | 7 | 152 | 57 | 127 |
| Binary | 11010111 | 11101110 | 11010000 | 1010 | 0 | 1101 | 111 | 1101010 | 101111 | 1010111 |
Color Harmonies of #D7EED0
Complementary color
Monochromatic Colors of #D7EED0
Black with #D7EED0
Text Example
Text Example
White with #D7EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EED0; }
p { color: rgb(215,238,208); }
H1.HeaderClassName
{
color: #D7EED0;
}
.AnyTagClassName
{
color: #D7EED0;
}
</style>
background-color css
<style>
a { background-color: #D7EED0; }
a { background-color: rgb(215,238,208); }
div.DivClassName
{
background-color: #D7EED0;
}
.BgClassName
{
background-color: #D7EED0;
}
</style>
border-color css
<style>
span { border-color: #D7EED0; }
span { border-color: rgb(215,238,208); }
td.TdClassName
{
border-color: #D7EED0;
}
.TagClassName
{
border-color: #D7EED0;
}
</style>