Shades of Blue Romance #D3F9CD
Tints of Blue Romance #D3F9CD
RGB
CMYK
RGB Variations
Color information
#D3F9CD (or 0xD3F9CD) is known color: Blue Romance. HEX triplet: D3, F9 and CD. RGB value is (211,249,205). Sum of RGB (Red+Green+Blue) = 211+249+205=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F9CD is #2C0632. Grayscale: #E8E8E8. Windows color (decimal): -2885171 or 13498835. OLE color: 13498835.
HSL color Cylindrical-coordinate representation of color #D3F9CD: hue angle of 111.82º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3F9CD is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 205 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.02 |
| HSL | 111.82º | 0.79% | 0.89% | - |
| HSV(B) | 111.82º | 0.18% | 0.98% | - |
| XYZ | 71.76 | 86.01 | 70.58 | - |
| YUV | 232.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 205 | 0.15 | 0 | 0.18 | 0.02 | 111.82 | 0.79 | 0.89 |
| Hex | D3 | F9 | CD | F | 0 | 12 | 2 | 70 | 4F | 59 |
| Octal | 323 | 371 | 315 | 17 | 0 | 22 | 2 | 160 | 117 | 131 |
| Binary | 11010011 | 11111001 | 11001101 | 1111 | 0 | 10010 | 10 | 1110000 | 1001111 | 1011001 |
Color Harmonies of #D3F9CD
Complementary color
Monochromatic Colors of #D3F9CD
Black with #D3F9CD
Text Example
Text Example
White with #D3F9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F9CD; }
p { color: rgb(211,249,205); }
H1.HeaderClassName
{
color: #D3F9CD;
}
.AnyTagClassName
{
color: #D3F9CD;
}
</style>
background-color css
<style>
a { background-color: #D3F9CD; }
a { background-color: rgb(211,249,205); }
div.DivClassName
{
background-color: #D3F9CD;
}
.BgClassName
{
background-color: #D3F9CD;
}
</style>
border-color css
<style>
span { border-color: #D3F9CD; }
span { border-color: rgb(211,249,205); }
td.TdClassName
{
border-color: #D3F9CD;
}
.TagClassName
{
border-color: #D3F9CD;
}
</style>