Shades of Blue Romance #D2EFD1
Tints of Blue Romance #D2EFD1
RGB
CMYK
RGB Variations
Color information
#D2EFD1 (or 0xD2EFD1) is known color: Blue Romance. HEX triplet: D2, EF and D1. RGB value is (210,239,209). Sum of RGB (Red+Green+Blue) = 210+239+209=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFD1 is #2D102E. Grayscale: #E3E3E3. Windows color (decimal): -2953263 or 13758418. OLE color: 13758418.
HSL color Cylindrical-coordinate representation of color #D2EFD1: hue angle of 118º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2EFD1 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 209 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.06 |
| HSL | 118º | 0.48% | 0.88% | - |
| HSV(B) | 118º | 0.13% | 0.94% | - |
| XYZ | 68.95 | 80.04 | 72.14 | - |
| YUV | 226.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 209 | 0.12 | 0 | 0.13 | 0.06 | 118 | 0.48 | 0.88 |
| Hex | D2 | EF | D1 | C | 0 | D | 6 | 76 | 30 | 58 |
| Octal | 322 | 357 | 321 | 14 | 0 | 15 | 6 | 166 | 60 | 130 |
| Binary | 11010010 | 11101111 | 11010001 | 1100 | 0 | 1101 | 110 | 1110110 | 110000 | 1011000 |
Color Harmonies of #D2EFD1
Complementary color
Monochromatic Colors of #D2EFD1
Black with #D2EFD1
Text Example
Text Example
White with #D2EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFD1; }
p { color: rgb(210,239,209); }
H1.HeaderClassName
{
color: #D2EFD1;
}
.AnyTagClassName
{
color: #D2EFD1;
}
</style>
background-color css
<style>
a { background-color: #D2EFD1; }
a { background-color: rgb(210,239,209); }
div.DivClassName
{
background-color: #D2EFD1;
}
.BgClassName
{
background-color: #D2EFD1;
}
</style>
border-color css
<style>
span { border-color: #D2EFD1; }
span { border-color: rgb(210,239,209); }
td.TdClassName
{
border-color: #D2EFD1;
}
.TagClassName
{
border-color: #D2EFD1;
}
</style>