Shades of Blue Romance #D2ECCF
Tints of Blue Romance #D2ECCF
RGB
CMYK
RGB Variations
Color information
#D2ECCF (or 0xD2ECCF) is known color: Blue Romance. HEX triplet: D2, EC and CF. RGB value is (210,236,207). Sum of RGB (Red+Green+Blue) = 210+236+207=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECCF is #2D1330. Grayscale: #E1E1E1. Windows color (decimal): -2954033 or 13626578. OLE color: 13626578.
HSL color Cylindrical-coordinate representation of color #D2ECCF: hue angle of 113.79º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2ECCF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 210 | 236 | 207 | - |
CMYK | 0.11 | 0 | 0.12 | 0.07 |
HSL | 113.79º | 0.43% | 0.87% | - |
HSV(B) | 113.79º | 0.12% | 0.93% | - |
XYZ | 67.84 | 78.2 | 70.55 | - |
YUV | 224.92 | 117.89 | 117.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 236 | 207 | 0.11 | 0 | 0.12 | 0.07 | 113.79 | 0.43 | 0.87 |
Hex | D2 | EC | CF | B | 0 | C | 7 | 72 | 2B | 57 |
Octal | 322 | 354 | 317 | 13 | 0 | 14 | 7 | 162 | 53 | 127 |
Binary | 11010010 | 11101100 | 11001111 | 1011 | 0 | 1100 | 111 | 1110010 | 101011 | 1010111 |
Color Harmonies of #D2ECCF
Complementary color
Monochromatic Colors of #D2ECCF
Black with #D2ECCF
Text Example
Text Example
White with #D2ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECCF; }
p { color: rgb(210,236,207); }
H1.HeaderClassName
{
color: #D2ECCF;
}
.AnyTagClassName
{
color: #D2ECCF;
}
</style>
background-color css
<style>
a { background-color: #D2ECCF; }
a { background-color: rgb(210,236,207); }
div.DivClassName
{
background-color: #D2ECCF;
}
.BgClassName
{
background-color: #D2ECCF;
}
</style>
border-color css
<style>
span { border-color: #D2ECCF; }
span { border-color: rgb(210,236,207); }
td.TdClassName
{
border-color: #D2ECCF;
}
.TagClassName
{
border-color: #D2ECCF;
}
</style>