Shades of Blue Romance #D5EAD2
Tints of Blue Romance #D5EAD2
RGB
CMYK
RGB Variations
Color information
#D5EAD2 (or 0xD5EAD2) is known color: Blue Romance. HEX triplet: D5, EA and D2. RGB value is (213,234,210). Sum of RGB (Red+Green+Blue) = 213+234+210=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EAD2 is #2A152D. Grayscale: #E1E1E1. Windows color (decimal): -2757934 or 13822677. OLE color: 13822677.
HSL color Cylindrical-coordinate representation of color #D5EAD2: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5EAD2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 234 | 210 | - |
CMYK | 0.09 | 0 | 0.10 | 0.08 |
HSL | 112.5º | 0.36% | 0.87% | - |
HSV(B) | 112.5º | 0.1% | 0.92% | - |
XYZ | 68.5 | 77.64 | 72.35 | - |
YUV | 224.99 | 119.54 | 119.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 234 | 210 | 0.09 | 0 | 0.10 | 0.08 | 112.5 | 0.36 | 0.87 |
Hex | D5 | EA | D2 | 9 | 0 | A | 8 | 70 | 24 | 57 |
Octal | 325 | 352 | 322 | 11 | 0 | 12 | 10 | 160 | 44 | 127 |
Binary | 11010101 | 11101010 | 11010010 | 1001 | 0 | 1010 | 1000 | 1110000 | 100100 | 1010111 |
Color Harmonies of #D5EAD2
Complementary color
Monochromatic Colors of #D5EAD2
Black with #D5EAD2
Text Example
Text Example
White with #D5EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EAD2; }
p { color: rgb(213,234,210); }
H1.HeaderClassName
{
color: #D5EAD2;
}
.AnyTagClassName
{
color: #D5EAD2;
}
</style>
background-color css
<style>
a { background-color: #D5EAD2; }
a { background-color: rgb(213,234,210); }
div.DivClassName
{
background-color: #D5EAD2;
}
.BgClassName
{
background-color: #D5EAD2;
}
</style>
border-color css
<style>
span { border-color: #D5EAD2; }
span { border-color: rgb(213,234,210); }
td.TdClassName
{
border-color: #D5EAD2;
}
.TagClassName
{
border-color: #D5EAD2;
}
</style>