Shades of Blossom #D6AEB5
Tints of Blossom #D6AEB5
RGB
CMYK
RGB Variations
Color information
#D6AEB5 (or 0xD6AEB5) is known color: Blossom. HEX triplet: D6, AE and B5. RGB value is (214,174,181). Sum of RGB (Red+Green+Blue) = 214+174+181=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEB5 is #29514A. Grayscale: #BABABA. Windows color (decimal): -2707787 or 11906774. OLE color: 11906774.
HSL color Cylindrical-coordinate representation of color #D6AEB5: hue angle of 349.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AEB5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 174 | 181 | - |
CMYK | 0 | 0.19 | 0.15 | 0.16 |
HSL | 349.5º | 0.33% | 0.76% | - |
HSV(B) | 349.5º | 0.19% | 0.84% | - |
XYZ | 51.21 | 47.9 | 50.26 | - |
YUV | 186.76 | 124.75 | 147.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 174 | 181 | 0 | 0.19 | 0.15 | 0.16 | 349.5 | 0.33 | 0.76 |
Hex | D6 | AE | B5 | 0 | 13 | F | 10 | 15E | 21 | 4C |
Octal | 326 | 256 | 265 | 0 | 23 | 17 | 20 | 536 | 41 | 114 |
Binary | 11010110 | 10101110 | 10110101 | 0 | 10011 | 1111 | 10000 | 101011110 | 100001 | 1001100 |
Color Harmonies of #D6AEB5
Complementary color
Monochromatic Colors of #D6AEB5
Black with #D6AEB5
Text Example
Text Example
White with #D6AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AEB5; }
p { color: rgb(214,174,181); }
H1.HeaderClassName
{
color: #D6AEB5;
}
.AnyTagClassName
{
color: #D6AEB5;
}
</style>
background-color css
<style>
a { background-color: #D6AEB5; }
a { background-color: rgb(214,174,181); }
div.DivClassName
{
background-color: #D6AEB5;
}
.BgClassName
{
background-color: #D6AEB5;
}
</style>
border-color css
<style>
span { border-color: #D6AEB5; }
span { border-color: rgb(214,174,181); }
td.TdClassName
{
border-color: #D6AEB5;
}
.TagClassName
{
border-color: #D6AEB5;
}
</style>