Shades of Just Right #D2BDAE
Tints of Just Right #D2BDAE
RGB
CMYK
RGB Variations
Color information
#D2BDAE (or 0xD2BDAE) is known color: Just Right. HEX triplet: D2, BD and AE. RGB value is (210,189,174). Sum of RGB (Red+Green+Blue) = 210+189+174=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BDAE is #2D4251. Grayscale: #C1C1C1. Windows color (decimal): -2966098 or 11451858. OLE color: 11451858.
HSL color Cylindrical-coordinate representation of color #D2BDAE: hue angle of 25º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BDAE is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 174 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.18 |
| HSL | 25º | 0.29% | 0.75% | - |
| HSV(B) | 25º | 0.17% | 0.82% | - |
| XYZ | 52.42 | 53.15 | 47.54 | - |
| YUV | 193.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 174 | 0 | 0.10 | 0.17 | 0.18 | 25 | 0.29 | 0.75 |
| Hex | D2 | BD | AE | 0 | A | 11 | 12 | 19 | 1D | 4B |
| Octal | 322 | 275 | 256 | 0 | 12 | 21 | 22 | 31 | 35 | 113 |
| Binary | 11010010 | 10111101 | 10101110 | 0 | 1010 | 10001 | 10010 | 11001 | 11101 | 1001011 |
Color Harmonies of #D2BDAE
Complementary color
Monochromatic Colors of #D2BDAE
Black with #D2BDAE
Text Example
Text Example
White with #D2BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDAE; }
p { color: rgb(210,189,174); }
H1.HeaderClassName
{
color: #D2BDAE;
}
.AnyTagClassName
{
color: #D2BDAE;
}
</style>
background-color css
<style>
a { background-color: #D2BDAE; }
a { background-color: rgb(210,189,174); }
div.DivClassName
{
background-color: #D2BDAE;
}
.BgClassName
{
background-color: #D2BDAE;
}
</style>
border-color css
<style>
span { border-color: #D2BDAE; }
span { border-color: rgb(210,189,174); }
td.TdClassName
{
border-color: #D2BDAE;
}
.TagClassName
{
border-color: #D2BDAE;
}
</style>