Shades of Blue Romance #D9F2D3
Tints of Blue Romance #D9F2D3
RGB
CMYK
RGB Variations
Color information
#D9F2D3 (or 0xD9F2D3) is known color: Blue Romance. HEX triplet: D9, F2 and D3. RGB value is (217,242,211). Sum of RGB (Red+Green+Blue) = 217+242+211=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2D3 is #260D2C. Grayscale: #E7E7E7. Windows color (decimal): -2493741 or 13890265. OLE color: 13890265.
HSL color Cylindrical-coordinate representation of color #D9F2D3: hue angle of 108.39º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9F2D3 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 211 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.05 |
| HSL | 108.39º | 0.54% | 0.89% | - |
| HSV(B) | 108.39º | 0.13% | 0.95% | - |
| XYZ | 72.13 | 82.96 | 73.84 | - |
| YUV | 230.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 211 | 0.10 | 0 | 0.13 | 0.05 | 108.39 | 0.54 | 0.89 |
| Hex | D9 | F2 | D3 | A | 0 | D | 5 | 6C | 36 | 59 |
| Octal | 331 | 362 | 323 | 12 | 0 | 15 | 5 | 154 | 66 | 131 |
| Binary | 11011001 | 11110010 | 11010011 | 1010 | 0 | 1101 | 101 | 1101100 | 110110 | 1011001 |
Color Harmonies of #D9F2D3
Complementary color
Monochromatic Colors of #D9F2D3
Black with #D9F2D3
Text Example
Text Example
White with #D9F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2D3; }
p { color: rgb(217,242,211); }
H1.HeaderClassName
{
color: #D9F2D3;
}
.AnyTagClassName
{
color: #D9F2D3;
}
</style>
background-color css
<style>
a { background-color: #D9F2D3; }
a { background-color: rgb(217,242,211); }
div.DivClassName
{
background-color: #D9F2D3;
}
.BgClassName
{
background-color: #D9F2D3;
}
</style>
border-color css
<style>
span { border-color: #D9F2D3; }
span { border-color: rgb(217,242,211); }
td.TdClassName
{
border-color: #D9F2D3;
}
.TagClassName
{
border-color: #D9F2D3;
}
</style>