Shades of Blue Romance #D8EDD5
Tints of Blue Romance #D8EDD5
RGB
CMYK
RGB Variations
Color information
#D8EDD5 (or 0xD8EDD5) is known color: Blue Romance. HEX triplet: D8, ED and D5. RGB value is (216,237,213). Sum of RGB (Red+Green+Blue) = 216+237+213=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EDD5 is #27122A. Grayscale: #E4E4E4. Windows color (decimal): -2560555 or 14020056. OLE color: 14020056.
HSL color Cylindrical-coordinate representation of color #D8EDD5: hue angle of 112.5º degrees, saturation: 0.4, 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 #D8EDD5 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 216 | 237 | 213 | - |
CMYK | 0.09 | 0 | 0.10 | 0.07 |
HSL | 112.5º | 0.4% | 0.88% | - |
HSV(B) | 112.5º | 0.1% | 0.93% | - |
XYZ | 70.61 | 79.97 | 74.67 | - |
YUV | 227.99 | 119.54 | 119.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 237 | 213 | 0.09 | 0 | 0.10 | 0.07 | 112.5 | 0.4 | 0.88 |
Hex | D8 | ED | D5 | 9 | 0 | A | 7 | 70 | 28 | 58 |
Octal | 330 | 355 | 325 | 11 | 0 | 12 | 7 | 160 | 50 | 130 |
Binary | 11011000 | 11101101 | 11010101 | 1001 | 0 | 1010 | 111 | 1110000 | 101000 | 1011000 |
Color Harmonies of #D8EDD5
Complementary color
Monochromatic Colors of #D8EDD5
Black with #D8EDD5
Text Example
Text Example
White with #D8EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDD5; }
p { color: rgb(216,237,213); }
H1.HeaderClassName
{
color: #D8EDD5;
}
.AnyTagClassName
{
color: #D8EDD5;
}
</style>
background-color css
<style>
a { background-color: #D8EDD5; }
a { background-color: rgb(216,237,213); }
div.DivClassName
{
background-color: #D8EDD5;
}
.BgClassName
{
background-color: #D8EDD5;
}
</style>
border-color css
<style>
span { border-color: #D8EDD5; }
span { border-color: rgb(216,237,213); }
td.TdClassName
{
border-color: #D8EDD5;
}
.TagClassName
{
border-color: #D8EDD5;
}
</style>