Shades of Blue Romance #D7FFD1
Tints of Blue Romance #D7FFD1
RGB
CMYK
RGB Variations
Color information
#D7FFD1 (or 0xD7FFD1) is known color: Blue Romance. HEX triplet: D7, FF and D1. RGB value is (215,255,209). Sum of RGB (Red+Green+Blue) = 215+255+209=679 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.66% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFD1 is #28002E. Grayscale: #EDEDED. Windows color (decimal): -2621487 or 13762519. OLE color: 13762519.
HSL color Cylindrical-coordinate representation of color #D7FFD1: hue angle of 112.17º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7FFD1 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 209 | - |
| CMYK | 0.16 | 0 | 0.18 | 0 |
| HSL | 112.17º | 1% | 0.91% | - |
| HSV(B) | 112.17º | 0.18% | 1% | - |
| XYZ | 75.29 | 90.57 | 73.84 | - |
| YUV | 237.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 209 | 0.16 | 0 | 0.18 | 0 | 112.17 | 1 | 0.91 |
| Hex | D7 | FF | D1 | 10 | 0 | 12 | 0 | 70 | 64 | 5B |
| Octal | 327 | 377 | 321 | 20 | 0 | 22 | 0 | 160 | 144 | 133 |
| Binary | 11010111 | 11111111 | 11010001 | 10000 | 0 | 10010 | 0 | 1110000 | 1100100 | 1011011 |
Color Harmonies of #D7FFD1
Complementary color
Monochromatic Colors of #D7FFD1
Black with #D7FFD1
Text Example
Text Example
White with #D7FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFD1; }
p { color: rgb(215,255,209); }
H1.HeaderClassName
{
color: #D7FFD1;
}
.AnyTagClassName
{
color: #D7FFD1;
}
</style>
background-color css
<style>
a { background-color: #D7FFD1; }
a { background-color: rgb(215,255,209); }
div.DivClassName
{
background-color: #D7FFD1;
}
.BgClassName
{
background-color: #D7FFD1;
}
</style>
border-color css
<style>
span { border-color: #D7FFD1; }
span { border-color: rgb(215,255,209); }
td.TdClassName
{
border-color: #D7FFD1;
}
.TagClassName
{
border-color: #D7FFD1;
}
</style>