Shades of Blue Romance #D0ECCD
Tints of Blue Romance #D0ECCD
RGB
CMYK
RGB Variations
Color information
#D0ECCD (or 0xD0ECCD) is known color: Blue Romance. HEX triplet: D0, EC and CD. RGB value is (208,236,205). Sum of RGB (Red+Green+Blue) = 208+236+205=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECCD is #2F1332. Grayscale: #E0E0E0. Windows color (decimal): -3085107 or 13495504. OLE color: 13495504.
HSL color Cylindrical-coordinate representation of color #D0ECCD: hue angle of 114.19º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0ECCD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 236 | 205 | - |
CMYK | 0.12 | 0 | 0.13 | 0.07 |
HSL | 114.19º | 0.45% | 0.86% | - |
HSV(B) | 114.19º | 0.13% | 0.93% | - |
XYZ | 67.03 | 77.81 | 69.24 | - |
YUV | 224.09 | 117.22 | 116.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 236 | 205 | 0.12 | 0 | 0.13 | 0.07 | 114.19 | 0.45 | 0.86 |
Hex | D0 | EC | CD | C | 0 | D | 7 | 72 | 2D | 56 |
Octal | 320 | 354 | 315 | 14 | 0 | 15 | 7 | 162 | 55 | 126 |
Binary | 11010000 | 11101100 | 11001101 | 1100 | 0 | 1101 | 111 | 1110010 | 101101 | 1010110 |
Color Harmonies of #D0ECCD
Complementary color
Monochromatic Colors of #D0ECCD
Black with #D0ECCD
Text Example
Text Example
White with #D0ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECCD; }
p { color: rgb(208,236,205); }
H1.HeaderClassName
{
color: #D0ECCD;
}
.AnyTagClassName
{
color: #D0ECCD;
}
</style>
background-color css
<style>
a { background-color: #D0ECCD; }
a { background-color: rgb(208,236,205); }
div.DivClassName
{
background-color: #D0ECCD;
}
.BgClassName
{
background-color: #D0ECCD;
}
</style>
border-color css
<style>
span { border-color: #D0ECCD; }
span { border-color: rgb(208,236,205); }
td.TdClassName
{
border-color: #D0ECCD;
}
.TagClassName
{
border-color: #D0ECCD;
}
</style>