Shades of Blue Romance #D3EDCF
Tints of Blue Romance #D3EDCF
RGB
CMYK
RGB Variations
Color information
#D3EDCF (or 0xD3EDCF) is known color: Blue Romance. HEX triplet: D3, ED and CF. RGB value is (211,237,207). Sum of RGB (Red+Green+Blue) = 211+237+207=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDCF is #2C1230. Grayscale: #E1E1E1. Windows color (decimal): -2888241 or 13626835. OLE color: 13626835.
HSL color Cylindrical-coordinate representation of color #D3EDCF: hue angle of 112º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3EDCF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 207 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.07 |
| HSL | 112º | 0.45% | 0.87% | - |
| HSV(B) | 112º | 0.13% | 0.93% | - |
| XYZ | 68.41 | 78.92 | 70.66 | - |
| YUV | 225.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 207 | 0.11 | 0 | 0.13 | 0.07 | 112 | 0.45 | 0.87 |
| Hex | D3 | ED | CF | B | 0 | D | 7 | 70 | 2D | 57 |
| Octal | 323 | 355 | 317 | 13 | 0 | 15 | 7 | 160 | 55 | 127 |
| Binary | 11010011 | 11101101 | 11001111 | 1011 | 0 | 1101 | 111 | 1110000 | 101101 | 1010111 |
Color Harmonies of #D3EDCF
Complementary color
Monochromatic Colors of #D3EDCF
Black with #D3EDCF
Text Example
Text Example
White with #D3EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDCF; }
p { color: rgb(211,237,207); }
H1.HeaderClassName
{
color: #D3EDCF;
}
.AnyTagClassName
{
color: #D3EDCF;
}
</style>
background-color css
<style>
a { background-color: #D3EDCF; }
a { background-color: rgb(211,237,207); }
div.DivClassName
{
background-color: #D3EDCF;
}
.BgClassName
{
background-color: #D3EDCF;
}
</style>
border-color css
<style>
span { border-color: #D3EDCF; }
span { border-color: rgb(211,237,207); }
td.TdClassName
{
border-color: #D3EDCF;
}
.TagClassName
{
border-color: #D3EDCF;
}
</style>