Shades of Blue Romance #D6FFD3
Tints of Blue Romance #D6FFD3
RGB
CMYK
RGB Variations
Color information
#D6FFD3 (or 0xD6FFD3) is known color: Blue Romance. HEX triplet: D6, FF and D3. RGB value is (214,255,211). Sum of RGB (Red+Green+Blue) = 214+255+211=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFD3 is #29002C. Grayscale: #EDEDED. Windows color (decimal): -2687021 or 13893590. OLE color: 13893590.
HSL color Cylindrical-coordinate representation of color #D6FFD3: hue angle of 115.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6FFD3 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 211 | - |
| CMYK | 0.16 | 0 | 0.17 | 0 |
| HSL | 115.91º | 1% | 0.91% | - |
| HSV(B) | 115.91º | 0.17% | 1% | - |
| XYZ | 75.25 | 90.52 | 75.13 | - |
| YUV | 237.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 211 | 0.16 | 0 | 0.17 | 0 | 115.91 | 1 | 0.91 |
| Hex | D6 | FF | D3 | 10 | 0 | 11 | 0 | 74 | 64 | 5B |
| Octal | 326 | 377 | 323 | 20 | 0 | 21 | 0 | 164 | 144 | 133 |
| Binary | 11010110 | 11111111 | 11010011 | 10000 | 0 | 10001 | 0 | 1110100 | 1100100 | 1011011 |
Color Harmonies of #D6FFD3
Complementary color
Monochromatic Colors of #D6FFD3
Black with #D6FFD3
Text Example
Text Example
White with #D6FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFD3; }
p { color: rgb(214,255,211); }
H1.HeaderClassName
{
color: #D6FFD3;
}
.AnyTagClassName
{
color: #D6FFD3;
}
</style>
background-color css
<style>
a { background-color: #D6FFD3; }
a { background-color: rgb(214,255,211); }
div.DivClassName
{
background-color: #D6FFD3;
}
.BgClassName
{
background-color: #D6FFD3;
}
</style>
border-color css
<style>
span { border-color: #D6FFD3; }
span { border-color: rgb(214,255,211); }
td.TdClassName
{
border-color: #D6FFD3;
}
.TagClassName
{
border-color: #D6FFD3;
}
</style>