Shades of Blue Romance #D0ECCF
Tints of Blue Romance #D0ECCF
RGB
CMYK
RGB Variations
Color information
#D0ECCF (or 0xD0ECCF) is known color: Blue Romance. HEX triplet: D0, EC and CF. RGB value is (208,236,207). Sum of RGB (Red+Green+Blue) = 208+236+207=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECCF is #2F1330. Grayscale: #E0E0E0. Windows color (decimal): -3085105 or 13626576. OLE color: 13626576.
HSL color Cylindrical-coordinate representation of color #D0ECCF: hue angle of 117.93º 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 #D0ECCF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 236 | 207 | - |
CMYK | 0.12 | 0 | 0.12 | 0.07 |
HSL | 117.93º | 0.43% | 0.87% | - |
HSV(B) | 117.93º | 0.12% | 0.93% | - |
XYZ | 67.27 | 77.91 | 70.52 | - |
YUV | 224.32 | 118.22 | 116.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 236 | 207 | 0.12 | 0 | 0.12 | 0.07 | 117.93 | 0.43 | 0.87 |
Hex | D0 | EC | CF | C | 0 | C | 7 | 76 | 2B | 57 |
Octal | 320 | 354 | 317 | 14 | 0 | 14 | 7 | 166 | 53 | 127 |
Binary | 11010000 | 11101100 | 11001111 | 1100 | 0 | 1100 | 111 | 1110110 | 101011 | 1010111 |
Color Harmonies of #D0ECCF
Complementary color
Monochromatic Colors of #D0ECCF
Black with #D0ECCF
Text Example
Text Example
White with #D0ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECCF; }
p { color: rgb(208,236,207); }
H1.HeaderClassName
{
color: #D0ECCF;
}
.AnyTagClassName
{
color: #D0ECCF;
}
</style>
background-color css
<style>
a { background-color: #D0ECCF; }
a { background-color: rgb(208,236,207); }
div.DivClassName
{
background-color: #D0ECCF;
}
.BgClassName
{
background-color: #D0ECCF;
}
</style>
border-color css
<style>
span { border-color: #D0ECCF; }
span { border-color: rgb(208,236,207); }
td.TdClassName
{
border-color: #D0ECCF;
}
.TagClassName
{
border-color: #D0ECCF;
}
</style>