Shades of Blue Romance #D3EED0
Tints of Blue Romance #D3EED0
RGB
CMYK
RGB Variations
Color information
#D3EED0 (or 0xD3EED0) is known color: Blue Romance. HEX triplet: D3, EE and D0. RGB value is (211,238,208). Sum of RGB (Red+Green+Blue) = 211+238+208=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EED0 is #2C112F. Grayscale: #E2E2E2. Windows color (decimal): -2887984 or 13692627. OLE color: 13692627.
HSL color Cylindrical-coordinate representation of color #D3EED0: hue angle of 114º degrees, saturation: 0.47, 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 #D3EED0 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 208 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.07 |
| HSL | 114º | 0.47% | 0.87% | - |
| HSV(B) | 114º | 0.13% | 0.93% | - |
| XYZ | 68.82 | 79.55 | 71.4 | - |
| YUV | 226.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 208 | 0.11 | 0 | 0.13 | 0.07 | 114 | 0.47 | 0.87 |
| Hex | D3 | EE | D0 | B | 0 | D | 7 | 72 | 2F | 57 |
| Octal | 323 | 356 | 320 | 13 | 0 | 15 | 7 | 162 | 57 | 127 |
| Binary | 11010011 | 11101110 | 11010000 | 1011 | 0 | 1101 | 111 | 1110010 | 101111 | 1010111 |
Color Harmonies of #D3EED0
Complementary color
Monochromatic Colors of #D3EED0
Black with #D3EED0
Text Example
Text Example
White with #D3EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EED0; }
p { color: rgb(211,238,208); }
H1.HeaderClassName
{
color: #D3EED0;
}
.AnyTagClassName
{
color: #D3EED0;
}
</style>
background-color css
<style>
a { background-color: #D3EED0; }
a { background-color: rgb(211,238,208); }
div.DivClassName
{
background-color: #D3EED0;
}
.BgClassName
{
background-color: #D3EED0;
}
</style>
border-color css
<style>
span { border-color: #D3EED0; }
span { border-color: rgb(211,238,208); }
td.TdClassName
{
border-color: #D3EED0;
}
.TagClassName
{
border-color: #D3EED0;
}
</style>