Shades of Blue Romance #D3FCCF
Tints of Blue Romance #D3FCCF
RGB
CMYK
RGB Variations
Color information
#D3FCCF (or 0xD3FCCF) is known color: Blue Romance. HEX triplet: D3, FC and CF. RGB value is (211,252,207). Sum of RGB (Red+Green+Blue) = 211+252+207=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FCCF is #2C0330. Grayscale: #EAEAEA. Windows color (decimal): -2884401 or 13630675. OLE color: 13630675.
HSL color Cylindrical-coordinate representation of color #D3FCCF: hue angle of 114.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3FCCF is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 207 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.01 |
| HSL | 114.67º | 0.88% | 0.9% | - |
| HSV(B) | 114.67º | 0.18% | 0.99% | - |
| XYZ | 72.94 | 87.97 | 72.17 | - |
| YUV | 234.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 207 | 0.16 | 0 | 0.18 | 0.01 | 114.67 | 0.88 | 0.9 |
| Hex | D3 | FC | CF | 10 | 0 | 12 | 1 | 73 | 58 | 5A |
| Octal | 323 | 374 | 317 | 20 | 0 | 22 | 1 | 163 | 130 | 132 |
| Binary | 11010011 | 11111100 | 11001111 | 10000 | 0 | 10010 | 1 | 1110011 | 1011000 | 1011010 |
Color Harmonies of #D3FCCF
Complementary color
Monochromatic Colors of #D3FCCF
Black with #D3FCCF
Text Example
Text Example
White with #D3FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FCCF; }
p { color: rgb(211,252,207); }
H1.HeaderClassName
{
color: #D3FCCF;
}
.AnyTagClassName
{
color: #D3FCCF;
}
</style>
background-color css
<style>
a { background-color: #D3FCCF; }
a { background-color: rgb(211,252,207); }
div.DivClassName
{
background-color: #D3FCCF;
}
.BgClassName
{
background-color: #D3FCCF;
}
</style>
border-color css
<style>
span { border-color: #D3FCCF; }
span { border-color: rgb(211,252,207); }
td.TdClassName
{
border-color: #D3FCCF;
}
.TagClassName
{
border-color: #D3FCCF;
}
</style>