Shades of Blue Romance #D9FFCF
Tints of Blue Romance #D9FFCF
RGB
CMYK
RGB Variations
Color information
#D9FFCF (or 0xD9FFCF) is known color: Blue Romance. HEX triplet: D9, FF and CF. RGB value is (217,255,207). Sum of RGB (Red+Green+Blue) = 217+255+207=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFCF is #260030. Grayscale: #EEEEEE. Windows color (decimal): -2490417 or 13631449. OLE color: 13631449.
HSL color Cylindrical-coordinate representation of color #D9FFCF: hue angle of 107.5º 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 #D9FFCF is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 207 | - |
| CMYK | 0.15 | 0 | 0.19 | 0 |
| HSL | 107.5º | 1% | 0.91% | - |
| HSV(B) | 107.5º | 0.19% | 1% | - |
| XYZ | 75.64 | 90.78 | 72.57 | - |
| YUV | 238.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 207 | 0.15 | 0 | 0.19 | 0 | 107.5 | 1 | 0.91 |
| Hex | D9 | FF | CF | F | 0 | 13 | 0 | 6C | 64 | 5B |
| Octal | 331 | 377 | 317 | 17 | 0 | 23 | 0 | 154 | 144 | 133 |
| Binary | 11011001 | 11111111 | 11001111 | 1111 | 0 | 10011 | 0 | 1101100 | 1100100 | 1011011 |
Color Harmonies of #D9FFCF
Complementary color
Monochromatic Colors of #D9FFCF
Black with #D9FFCF
Text Example
Text Example
White with #D9FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFCF; }
p { color: rgb(217,255,207); }
H1.HeaderClassName
{
color: #D9FFCF;
}
.AnyTagClassName
{
color: #D9FFCF;
}
</style>
background-color css
<style>
a { background-color: #D9FFCF; }
a { background-color: rgb(217,255,207); }
div.DivClassName
{
background-color: #D9FFCF;
}
.BgClassName
{
background-color: #D9FFCF;
}
</style>
border-color css
<style>
span { border-color: #D9FFCF; }
span { border-color: rgb(217,255,207); }
td.TdClassName
{
border-color: #D9FFCF;
}
.TagClassName
{
border-color: #D9FFCF;
}
</style>