Shades of Blue Romance #D3EDD0
Tints of Blue Romance #D3EDD0
RGB
CMYK
RGB Variations
Color information
#D3EDD0 (or 0xD3EDD0) is known color: Blue Romance. HEX triplet: D3, ED and D0. RGB value is (211,237,208). Sum of RGB (Red+Green+Blue) = 211+237+208=656 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.16% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDD0 is #2C122F. Grayscale: #E2E2E2. Windows color (decimal): -2888240 or 13692371. OLE color: 13692371.
HSL color Cylindrical-coordinate representation of color #D3EDD0: hue angle of 113.79º degrees, saturation: 0.45, 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 #D3EDD0 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 237 | 208 | - |
CMYK | 0.11 | 0 | 0.12 | 0.07 |
HSL | 113.79º | 0.45% | 0.87% | - |
HSV(B) | 113.79º | 0.12% | 0.93% | - |
XYZ | 68.53 | 78.97 | 71.31 | - |
YUV | 225.92 | 117.89 | 117.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 237 | 208 | 0.11 | 0 | 0.12 | 0.07 | 113.79 | 0.45 | 0.87 |
Hex | D3 | ED | D0 | B | 0 | C | 7 | 72 | 2D | 57 |
Octal | 323 | 355 | 320 | 13 | 0 | 14 | 7 | 162 | 55 | 127 |
Binary | 11010011 | 11101101 | 11010000 | 1011 | 0 | 1100 | 111 | 1110010 | 101101 | 1010111 |
Color Harmonies of #D3EDD0
Complementary color
Monochromatic Colors of #D3EDD0
Black with #D3EDD0
Text Example
Text Example
White with #D3EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDD0; }
p { color: rgb(211,237,208); }
H1.HeaderClassName
{
color: #D3EDD0;
}
.AnyTagClassName
{
color: #D3EDD0;
}
</style>
background-color css
<style>
a { background-color: #D3EDD0; }
a { background-color: rgb(211,237,208); }
div.DivClassName
{
background-color: #D3EDD0;
}
.BgClassName
{
background-color: #D3EDD0;
}
</style>
border-color css
<style>
span { border-color: #D3EDD0; }
span { border-color: rgb(211,237,208); }
td.TdClassName
{
border-color: #D3EDD0;
}
.TagClassName
{
border-color: #D3EDD0;
}
</style>