Shades of Blue Romance #D0DFCF
Tints of Blue Romance #D0DFCF
RGB
CMYK
RGB Variations
Color information
#D0DFCF (or 0xD0DFCF) is known color: Blue Romance. HEX triplet: D0, DF and CF. RGB value is (208,223,207). Sum of RGB (Red+Green+Blue) = 208+223+207=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFCF is #2F2030. Grayscale: #D8D8D8. Windows color (decimal): -3088433 or 13623248. OLE color: 13623248.
HSL color Cylindrical-coordinate representation of color #D0DFCF: hue angle of 116.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DFCF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 207 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.13 |
| HSL | 116.25º | 0.2% | 0.84% | - |
| HSV(B) | 116.25º | 0.07% | 0.87% | - |
| XYZ | 63.66 | 70.69 | 69.32 | - |
| YUV | 216.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 207 | 0.07 | 0 | 0.07 | 0.13 | 116.25 | 0.2 | 0.84 |
| Hex | D0 | DF | CF | 7 | 0 | 7 | D | 74 | 14 | 54 |
| Octal | 320 | 337 | 317 | 7 | 0 | 7 | 15 | 164 | 24 | 124 |
| Binary | 11010000 | 11011111 | 11001111 | 111 | 0 | 111 | 1101 | 1110100 | 10100 | 1010100 |
Color Harmonies of #D0DFCF
Complementary color
Monochromatic Colors of #D0DFCF
Black with #D0DFCF
Text Example
Text Example
White with #D0DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFCF; }
p { color: rgb(208,223,207); }
H1.HeaderClassName
{
color: #D0DFCF;
}
.AnyTagClassName
{
color: #D0DFCF;
}
</style>
background-color css
<style>
a { background-color: #D0DFCF; }
a { background-color: rgb(208,223,207); }
div.DivClassName
{
background-color: #D0DFCF;
}
.BgClassName
{
background-color: #D0DFCF;
}
</style>
border-color css
<style>
span { border-color: #D0DFCF; }
span { border-color: rgb(208,223,207); }
td.TdClassName
{
border-color: #D0DFCF;
}
.TagClassName
{
border-color: #D0DFCF;
}
</style>