Shades of Blue Romance #D6FFD1
Tints of Blue Romance #D6FFD1
RGB
CMYK
RGB Variations
Color information
#D6FFD1 (or 0xD6FFD1) is known color: Blue Romance. HEX triplet: D6, FF and D1. RGB value is (214,255,209). Sum of RGB (Red+Green+Blue) = 214+255+209=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFD1 is #29002E. Grayscale: #EDEDED. Windows color (decimal): -2687023 or 13762518. OLE color: 13762518.
HSL color Cylindrical-coordinate representation of color #D6FFD1: hue angle of 113.48º 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 #D6FFD1 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 209 | - |
| CMYK | 0.16 | 0 | 0.18 | 0 |
| HSL | 113.48º | 1% | 0.91% | - |
| HSV(B) | 113.48º | 0.18% | 1% | - |
| XYZ | 75 | 90.42 | 73.82 | - |
| YUV | 237.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 209 | 0.16 | 0 | 0.18 | 0 | 113.48 | 1 | 0.91 |
| Hex | D6 | FF | D1 | 10 | 0 | 12 | 0 | 71 | 64 | 5B |
| Octal | 326 | 377 | 321 | 20 | 0 | 22 | 0 | 161 | 144 | 133 |
| Binary | 11010110 | 11111111 | 11010001 | 10000 | 0 | 10010 | 0 | 1110001 | 1100100 | 1011011 |
Color Harmonies of #D6FFD1
Complementary color
Monochromatic Colors of #D6FFD1
Black with #D6FFD1
Text Example
Text Example
White with #D6FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFD1; }
p { color: rgb(214,255,209); }
H1.HeaderClassName
{
color: #D6FFD1;
}
.AnyTagClassName
{
color: #D6FFD1;
}
</style>
background-color css
<style>
a { background-color: #D6FFD1; }
a { background-color: rgb(214,255,209); }
div.DivClassName
{
background-color: #D6FFD1;
}
.BgClassName
{
background-color: #D6FFD1;
}
</style>
border-color css
<style>
span { border-color: #D6FFD1; }
span { border-color: rgb(214,255,209); }
td.TdClassName
{
border-color: #D6FFD1;
}
.TagClassName
{
border-color: #D6FFD1;
}
</style>