Shades of Blue Romance #D9FFD2
Tints of Blue Romance #D9FFD2
RGB
CMYK
RGB Variations
Color information
#D9FFD2 (or 0xD9FFD2) is known color: Blue Romance. HEX triplet: D9, FF and D2. RGB value is (217,255,210). Sum of RGB (Red+Green+Blue) = 217+255+210=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFD2 is #26002D. Grayscale: #EEEEEE. Windows color (decimal): -2490414 or 13828057. OLE color: 13828057.
HSL color Cylindrical-coordinate representation of color #D9FFD2: hue angle of 110.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9FFD2 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 210 | - |
| CMYK | 0.15 | 0 | 0.18 | 0 |
| HSL | 110.67º | 1% | 0.91% | - |
| HSV(B) | 110.67º | 0.18% | 1% | - |
| XYZ | 76.01 | 90.92 | 74.52 | - |
| YUV | 238.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 210 | 0.15 | 0 | 0.18 | 0 | 110.67 | 1 | 0.91 |
| Hex | D9 | FF | D2 | F | 0 | 12 | 0 | 6F | 64 | 5B |
| Octal | 331 | 377 | 322 | 17 | 0 | 22 | 0 | 157 | 144 | 133 |
| Binary | 11011001 | 11111111 | 11010010 | 1111 | 0 | 10010 | 0 | 1101111 | 1100100 | 1011011 |
Color Harmonies of #D9FFD2
Complementary color
Monochromatic Colors of #D9FFD2
Black with #D9FFD2
Text Example
Text Example
White with #D9FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFD2; }
p { color: rgb(217,255,210); }
H1.HeaderClassName
{
color: #D9FFD2;
}
.AnyTagClassName
{
color: #D9FFD2;
}
</style>
background-color css
<style>
a { background-color: #D9FFD2; }
a { background-color: rgb(217,255,210); }
div.DivClassName
{
background-color: #D9FFD2;
}
.BgClassName
{
background-color: #D9FFD2;
}
</style>
border-color css
<style>
span { border-color: #D9FFD2; }
span { border-color: rgb(217,255,210); }
td.TdClassName
{
border-color: #D9FFD2;
}
.TagClassName
{
border-color: #D9FFD2;
}
</style>