Shades of Blue Romance #D8F0D5
Tints of Blue Romance #D8F0D5
RGB
CMYK
RGB Variations
Color information
#D8F0D5 (or 0xD8F0D5) is known color: Blue Romance. HEX triplet: D8, F0 and D5. RGB value is (216,240,213). Sum of RGB (Red+Green+Blue) = 216+240+213=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0D5 is #270F2A. Grayscale: #E5E5E5. Windows color (decimal): -2559787 or 14020824. OLE color: 14020824.
HSL color Cylindrical-coordinate representation of color #D8F0D5: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F0D5 is Cyan = 0.1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 216 | 240 | 213 | - |
CMYK | 0.1 | 0 | 0.11 | 0.06 |
HSL | 113.33º | 0.47% | 0.89% | - |
HSV(B) | 113.33º | 0.11% | 0.94% | - |
XYZ | 71.49 | 81.72 | 74.96 | - |
YUV | 229.75 | 118.55 | 118.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 240 | 213 | 0.1 | 0 | 0.11 | 0.06 | 113.33 | 0.47 | 0.89 |
Hex | D8 | F0 | D5 | A | 0 | B | 6 | 71 | 2F | 59 |
Octal | 330 | 360 | 325 | 12 | 0 | 13 | 6 | 161 | 57 | 131 |
Binary | 11011000 | 11110000 | 11010101 | 1010 | 0 | 1011 | 110 | 1110001 | 101111 | 1011001 |
Color Harmonies of #D8F0D5
Complementary color
Monochromatic Colors of #D8F0D5
Black with #D8F0D5
Text Example
Text Example
White with #D8F0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0D5; }
p { color: rgb(216,240,213); }
H1.HeaderClassName
{
color: #D8F0D5;
}
.AnyTagClassName
{
color: #D8F0D5;
}
</style>
background-color css
<style>
a { background-color: #D8F0D5; }
a { background-color: rgb(216,240,213); }
div.DivClassName
{
background-color: #D8F0D5;
}
.BgClassName
{
background-color: #D8F0D5;
}
</style>
border-color css
<style>
span { border-color: #D8F0D5; }
span { border-color: rgb(216,240,213); }
td.TdClassName
{
border-color: #D8F0D5;
}
.TagClassName
{
border-color: #D8F0D5;
}
</style>