Shades of Blue Romance #D6FFCF
Tints of Blue Romance #D6FFCF
RGB
CMYK
RGB Variations
Color information
#D6FFCF (or 0xD6FFCF) is known color: Blue Romance. HEX triplet: D6, FF and CF. RGB value is (214,255,207). Sum of RGB (Red+Green+Blue) = 214+255+207=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFCF is #290030. Grayscale: #EDEDED. Windows color (decimal): -2687025 or 13631446. OLE color: 13631446.
HSL color Cylindrical-coordinate representation of color #D6FFCF: hue angle of 111.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6FFCF is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 207 | - |
| CMYK | 0.16 | 0 | 0.19 | 0 |
| HSL | 111.25º | 1% | 0.91% | - |
| HSV(B) | 111.25º | 0.19% | 1% | - |
| XYZ | 74.75 | 90.32 | 72.53 | - |
| YUV | 237.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 207 | 0.16 | 0 | 0.19 | 0 | 111.25 | 1 | 0.91 |
| Hex | D6 | FF | CF | 10 | 0 | 13 | 0 | 6F | 64 | 5B |
| Octal | 326 | 377 | 317 | 20 | 0 | 23 | 0 | 157 | 144 | 133 |
| Binary | 11010110 | 11111111 | 11001111 | 10000 | 0 | 10011 | 0 | 1101111 | 1100100 | 1011011 |
Color Harmonies of #D6FFCF
Complementary color
Monochromatic Colors of #D6FFCF
Black with #D6FFCF
Text Example
Text Example
White with #D6FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFCF; }
p { color: rgb(214,255,207); }
H1.HeaderClassName
{
color: #D6FFCF;
}
.AnyTagClassName
{
color: #D6FFCF;
}
</style>
background-color css
<style>
a { background-color: #D6FFCF; }
a { background-color: rgb(214,255,207); }
div.DivClassName
{
background-color: #D6FFCF;
}
.BgClassName
{
background-color: #D6FFCF;
}
</style>
border-color css
<style>
span { border-color: #D6FFCF; }
span { border-color: rgb(214,255,207); }
td.TdClassName
{
border-color: #D6FFCF;
}
.TagClassName
{
border-color: #D6FFCF;
}
</style>