Shades of Blue Romance #D1E5CF
Tints of Blue Romance #D1E5CF
RGB
CMYK
RGB Variations
Color information
#D1E5CF (or 0xD1E5CF) is known color: Blue Romance. HEX triplet: D1, E5 and CF. RGB value is (209,229,207). Sum of RGB (Red+Green+Blue) = 209+229+207=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5CF is #2E1A30. Grayscale: #DCDCDC. Windows color (decimal): -3021361 or 13624785. OLE color: 13624785.
HSL color Cylindrical-coordinate representation of color #D1E5CF: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E5CF is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 207 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.10 |
| HSL | 114.55º | 0.3% | 0.85% | - |
| HSV(B) | 114.55º | 0.1% | 0.9% | - |
| XYZ | 65.58 | 74.1 | 69.88 | - |
| YUV | 220.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 207 | 0.09 | 0 | 0.10 | 0.10 | 114.55 | 0.3 | 0.85 |
| Hex | D1 | E5 | CF | 9 | 0 | A | A | 73 | 1E | 55 |
| Octal | 321 | 345 | 317 | 11 | 0 | 12 | 12 | 163 | 36 | 125 |
| Binary | 11010001 | 11100101 | 11001111 | 1001 | 0 | 1010 | 1010 | 1110011 | 11110 | 1010101 |
Color Harmonies of #D1E5CF
Complementary color
Monochromatic Colors of #D1E5CF
Black with #D1E5CF
Text Example
Text Example
White with #D1E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E5CF; }
p { color: rgb(209,229,207); }
H1.HeaderClassName
{
color: #D1E5CF;
}
.AnyTagClassName
{
color: #D1E5CF;
}
</style>
background-color css
<style>
a { background-color: #D1E5CF; }
a { background-color: rgb(209,229,207); }
div.DivClassName
{
background-color: #D1E5CF;
}
.BgClassName
{
background-color: #D1E5CF;
}
</style>
border-color css
<style>
span { border-color: #D1E5CF; }
span { border-color: rgb(209,229,207); }
td.TdClassName
{
border-color: #D1E5CF;
}
.TagClassName
{
border-color: #D1E5CF;
}
</style>