Shades of Blue Romance #D2FFCF
Tints of Blue Romance #D2FFCF
RGB
CMYK
RGB Variations
Color information
#D2FFCF (or 0xD2FFCF) is known color: Blue Romance. HEX triplet: D2, FF and CF. RGB value is (210,255,207). Sum of RGB (Red+Green+Blue) = 210+255+207=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFCF is #2D0030. Grayscale: #ECECEC. Windows color (decimal): -2949169 or 13631442. OLE color: 13631442.
HSL color Cylindrical-coordinate representation of color #D2FFCF: hue angle of 116.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 #D2FFCF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 207 | - |
| CMYK | 0.18 | 0 | 0.19 | 0 |
| HSL | 116.25º | 1% | 0.91% | - |
| HSV(B) | 116.25º | 0.19% | 1% | - |
| XYZ | 73.6 | 89.73 | 72.47 | - |
| YUV | 236.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 207 | 0.18 | 0 | 0.19 | 0 | 116.25 | 1 | 0.91 |
| Hex | D2 | FF | CF | 12 | 0 | 13 | 0 | 74 | 64 | 5B |
| Octal | 322 | 377 | 317 | 22 | 0 | 23 | 0 | 164 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11001111 | 10010 | 0 | 10011 | 0 | 1110100 | 1100100 | 1011011 |
Color Harmonies of #D2FFCF
Complementary color
Monochromatic Colors of #D2FFCF
Black with #D2FFCF
Text Example
Text Example
White with #D2FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFCF; }
p { color: rgb(210,255,207); }
H1.HeaderClassName
{
color: #D2FFCF;
}
.AnyTagClassName
{
color: #D2FFCF;
}
</style>
background-color css
<style>
a { background-color: #D2FFCF; }
a { background-color: rgb(210,255,207); }
div.DivClassName
{
background-color: #D2FFCF;
}
.BgClassName
{
background-color: #D2FFCF;
}
</style>
border-color css
<style>
span { border-color: #D2FFCF; }
span { border-color: rgb(210,255,207); }
td.TdClassName
{
border-color: #D2FFCF;
}
.TagClassName
{
border-color: #D2FFCF;
}
</style>