Shades of Blue Romance #D2EACF
Tints of Blue Romance #D2EACF
RGB
CMYK
RGB Variations
Color information
#D2EACF (or 0xD2EACF) is known color: Blue Romance. HEX triplet: D2, EA and CF. RGB value is (210,234,207). Sum of RGB (Red+Green+Blue) = 210+234+207=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EACF is #2D1530. Grayscale: #DFDFDF. Windows color (decimal): -2954545 or 13626066. OLE color: 13626066.
HSL color Cylindrical-coordinate representation of color #D2EACF: hue angle of 113.33º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EACF is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 207 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.08 |
| HSL | 113.33º | 0.39% | 0.86% | - |
| HSV(B) | 113.33º | 0.12% | 0.92% | - |
| XYZ | 67.26 | 77.05 | 70.36 | - |
| YUV | 223.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 207 | 0.10 | 0 | 0.12 | 0.08 | 113.33 | 0.39 | 0.86 |
| Hex | D2 | EA | CF | A | 0 | C | 8 | 71 | 27 | 56 |
| Octal | 322 | 352 | 317 | 12 | 0 | 14 | 10 | 161 | 47 | 126 |
| Binary | 11010010 | 11101010 | 11001111 | 1010 | 0 | 1100 | 1000 | 1110001 | 100111 | 1010110 |
Color Harmonies of #D2EACF
Complementary color
Monochromatic Colors of #D2EACF
Black with #D2EACF
Text Example
Text Example
White with #D2EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EACF; }
p { color: rgb(210,234,207); }
H1.HeaderClassName
{
color: #D2EACF;
}
.AnyTagClassName
{
color: #D2EACF;
}
</style>
background-color css
<style>
a { background-color: #D2EACF; }
a { background-color: rgb(210,234,207); }
div.DivClassName
{
background-color: #D2EACF;
}
.BgClassName
{
background-color: #D2EACF;
}
</style>
border-color css
<style>
span { border-color: #D2EACF; }
span { border-color: rgb(210,234,207); }
td.TdClassName
{
border-color: #D2EACF;
}
.TagClassName
{
border-color: #D2EACF;
}
</style>