Shades of Blue Romance #D5FFCF
Tints of Blue Romance #D5FFCF
RGB
CMYK
RGB Variations
Color information
#D5FFCF (or 0xD5FFCF) is known color: Blue Romance. HEX triplet: D5, FF and CF. RGB value is (213,255,207). Sum of RGB (Red+Green+Blue) = 213+255+207=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCF is #2A0030. Grayscale: #EDEDED. Windows color (decimal): -2752561 or 13631445. OLE color: 13631445.
HSL color Cylindrical-coordinate representation of color #D5FFCF: hue angle of 112.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 #D5FFCF is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 207 | - |
| CMYK | 0.16 | 0 | 0.19 | 0 |
| HSL | 112.5º | 1% | 0.91% | - |
| HSV(B) | 112.5º | 0.19% | 1% | - |
| XYZ | 74.46 | 90.17 | 72.51 | - |
| YUV | 236.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 207 | 0.16 | 0 | 0.19 | 0 | 112.5 | 1 | 0.91 |
| Hex | D5 | FF | CF | 10 | 0 | 13 | 0 | 70 | 64 | 5B |
| Octal | 325 | 377 | 317 | 20 | 0 | 23 | 0 | 160 | 144 | 133 |
| Binary | 11010101 | 11111111 | 11001111 | 10000 | 0 | 10011 | 0 | 1110000 | 1100100 | 1011011 |
Color Harmonies of #D5FFCF
Complementary color
Monochromatic Colors of #D5FFCF
Black with #D5FFCF
Text Example
Text Example
White with #D5FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFCF; }
p { color: rgb(213,255,207); }
H1.HeaderClassName
{
color: #D5FFCF;
}
.AnyTagClassName
{
color: #D5FFCF;
}
</style>
background-color css
<style>
a { background-color: #D5FFCF; }
a { background-color: rgb(213,255,207); }
div.DivClassName
{
background-color: #D5FFCF;
}
.BgClassName
{
background-color: #D5FFCF;
}
</style>
border-color css
<style>
span { border-color: #D5FFCF; }
span { border-color: rgb(213,255,207); }
td.TdClassName
{
border-color: #D5FFCF;
}
.TagClassName
{
border-color: #D5FFCF;
}
</style>