Shades of Blue Romance #D5E5D3
Tints of Blue Romance #D5E5D3
RGB
CMYK
RGB Variations
Color information
#D5E5D3 (or 0xD5E5D3) is known color: Blue Romance. HEX triplet: D5, E5 and D3. RGB value is (213,229,211). Sum of RGB (Red+Green+Blue) = 213+229+211=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E5D3 is #2A1A2C. Grayscale: #DEDEDE. Windows color (decimal): -2759213 or 13886933. OLE color: 13886933.
HSL color Cylindrical-coordinate representation of color #D5E5D3: hue angle of 113.33º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5E5D3 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
RGB | 213 | 229 | 211 | - |
CMYK | 0.07 | 0 | 0.08 | 0.10 |
HSL | 113.33º | 0.26% | 0.86% | - |
HSV(B) | 113.33º | 0.08% | 0.9% | - |
XYZ | 67.22 | 74.89 | 72.54 | - |
YUV | 222.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 211 | 0.07 | 0 | 0.08 | 0.10 | 113.33 | 0.26 | 0.86 |
Hex | D5 | E5 | D3 | 7 | 0 | 8 | A | 71 | 1A | 56 |
Octal | 325 | 345 | 323 | 7 | 0 | 10 | 12 | 161 | 32 | 126 |
Binary | 11010101 | 11100101 | 11010011 | 111 | 0 | 1000 | 1010 | 1110001 | 11010 | 1010110 |
Color Harmonies of #D5E5D3
Complementary color
Monochromatic Colors of #D5E5D3
Black with #D5E5D3
Text Example
Text Example
White with #D5E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5D3; }
p { color: rgb(213,229,211); }
H1.HeaderClassName
{
color: #D5E5D3;
}
.AnyTagClassName
{
color: #D5E5D3;
}
</style>
background-color css
<style>
a { background-color: #D5E5D3; }
a { background-color: rgb(213,229,211); }
div.DivClassName
{
background-color: #D5E5D3;
}
.BgClassName
{
background-color: #D5E5D3;
}
</style>
border-color css
<style>
span { border-color: #D5E5D3; }
span { border-color: rgb(213,229,211); }
td.TdClassName
{
border-color: #D5E5D3;
}
.TagClassName
{
border-color: #D5E5D3;
}
</style>