Shades of Blue Romance #D8F4D0
Tints of Blue Romance #D8F4D0
RGB
CMYK
RGB Variations
Color information
#D8F4D0 (or 0xD8F4D0) is known color: Blue Romance. HEX triplet: D8, F4 and D0. RGB value is (216,244,208). Sum of RGB (Red+Green+Blue) = 216+244+208=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F4D0 is #270B2F. Grayscale: #E7E7E7. Windows color (decimal): -2558768 or 13694168. OLE color: 13694168.
HSL color Cylindrical-coordinate representation of color #D8F4D0: hue angle of 106.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F4D0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 216 | 244 | 208 | - |
CMYK | 0.11 | 0 | 0.15 | 0.04 |
HSL | 106.67º | 0.62% | 0.89% | - |
HSV(B) | 106.67º | 0.15% | 0.96% | - |
XYZ | 72.05 | 83.85 | 72.06 | - |
YUV | 231.52 | 114.72 | 116.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 244 | 208 | 0.11 | 0 | 0.15 | 0.04 | 106.67 | 0.62 | 0.89 |
Hex | D8 | F4 | D0 | B | 0 | F | 4 | 6B | 3E | 59 |
Octal | 330 | 364 | 320 | 13 | 0 | 17 | 4 | 153 | 76 | 131 |
Binary | 11011000 | 11110100 | 11010000 | 1011 | 0 | 1111 | 100 | 1101011 | 111110 | 1011001 |
Color Harmonies of #D8F4D0
Complementary color
Monochromatic Colors of #D8F4D0
Black with #D8F4D0
Text Example
Text Example
White with #D8F4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F4D0; }
p { color: rgb(216,244,208); }
H1.HeaderClassName
{
color: #D8F4D0;
}
.AnyTagClassName
{
color: #D8F4D0;
}
</style>
background-color css
<style>
a { background-color: #D8F4D0; }
a { background-color: rgb(216,244,208); }
div.DivClassName
{
background-color: #D8F4D0;
}
.BgClassName
{
background-color: #D8F4D0;
}
</style>
border-color css
<style>
span { border-color: #D8F4D0; }
span { border-color: rgb(216,244,208); }
td.TdClassName
{
border-color: #D8F4D0;
}
.TagClassName
{
border-color: #D8F4D0;
}
</style>