Shades of Blue Romance #D5EED0
Tints of Blue Romance #D5EED0
RGB
CMYK
RGB Variations
Color information
#D5EED0 (or 0xD5EED0) is known color: Blue Romance. HEX triplet: D5, EE and D0. RGB value is (213,238,208). Sum of RGB (Red+Green+Blue) = 213+238+208=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EED0 is #2A112F. Grayscale: #E3E3E3. Windows color (decimal): -2756912 or 13692629. OLE color: 13692629.
HSL color Cylindrical-coordinate representation of color #D5EED0: hue angle of 110º 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 #D5EED0 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 208 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.07 |
| HSL | 110º | 0.47% | 0.87% | - |
| HSV(B) | 110º | 0.13% | 0.93% | - |
| XYZ | 69.4 | 79.85 | 71.43 | - |
| YUV | 227.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 208 | 0.11 | 0 | 0.13 | 0.07 | 110 | 0.47 | 0.87 |
| Hex | D5 | EE | D0 | B | 0 | D | 7 | 6E | 2F | 57 |
| Octal | 325 | 356 | 320 | 13 | 0 | 15 | 7 | 156 | 57 | 127 |
| Binary | 11010101 | 11101110 | 11010000 | 1011 | 0 | 1101 | 111 | 1101110 | 101111 | 1010111 |
Color Harmonies of #D5EED0
Complementary color
Monochromatic Colors of #D5EED0
Black with #D5EED0
Text Example
Text Example
White with #D5EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EED0; }
p { color: rgb(213,238,208); }
H1.HeaderClassName
{
color: #D5EED0;
}
.AnyTagClassName
{
color: #D5EED0;
}
</style>
background-color css
<style>
a { background-color: #D5EED0; }
a { background-color: rgb(213,238,208); }
div.DivClassName
{
background-color: #D5EED0;
}
.BgClassName
{
background-color: #D5EED0;
}
</style>
border-color css
<style>
span { border-color: #D5EED0; }
span { border-color: rgb(213,238,208); }
td.TdClassName
{
border-color: #D5EED0;
}
.TagClassName
{
border-color: #D5EED0;
}
</style>