Shades of Just Right #D6BDAE
Tints of Just Right #D6BDAE
RGB
CMYK
RGB Variations
Color information
#D6BDAE (or 0xD6BDAE) is known color: Just Right. HEX triplet: D6, BD and AE. RGB value is (214,189,174). Sum of RGB (Red+Green+Blue) = 214+189+174=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDAE is #294251. Grayscale: #C2C2C2. Windows color (decimal): -2703954 or 11451862. OLE color: 11451862.
HSL color Cylindrical-coordinate representation of color #D6BDAE: hue angle of 22.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 #D6BDAE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 174 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.16 |
| HSL | 22.5º | 0.33% | 0.76% | - |
| HSV(B) | 22.5º | 0.19% | 0.84% | - |
| XYZ | 53.57 | 53.75 | 47.6 | - |
| YUV | 194.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 174 | 0 | 0.12 | 0.19 | 0.16 | 22.5 | 0.33 | 0.76 |
| Hex | D6 | BD | AE | 0 | C | 13 | 10 | 16 | 21 | 4C |
| Octal | 326 | 275 | 256 | 0 | 14 | 23 | 20 | 26 | 41 | 114 |
| Binary | 11010110 | 10111101 | 10101110 | 0 | 1100 | 10011 | 10000 | 10110 | 100001 | 1001100 |
Color Harmonies of #D6BDAE
Complementary color
Monochromatic Colors of #D6BDAE
Black with #D6BDAE
Text Example
Text Example
White with #D6BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDAE; }
p { color: rgb(214,189,174); }
H1.HeaderClassName
{
color: #D6BDAE;
}
.AnyTagClassName
{
color: #D6BDAE;
}
</style>
background-color css
<style>
a { background-color: #D6BDAE; }
a { background-color: rgb(214,189,174); }
div.DivClassName
{
background-color: #D6BDAE;
}
.BgClassName
{
background-color: #D6BDAE;
}
</style>
border-color css
<style>
span { border-color: #D6BDAE; }
span { border-color: rgb(214,189,174); }
td.TdClassName
{
border-color: #D6BDAE;
}
.TagClassName
{
border-color: #D6BDAE;
}
</style>