Shades of Just Right #D4BDAE
Tints of Just Right #D4BDAE
RGB
CMYK
RGB Variations
Color information
#D4BDAE (or 0xD4BDAE) is known color: Just Right. HEX triplet: D4, BD and AE. RGB value is (212,189,174). Sum of RGB (Red+Green+Blue) = 212+189+174=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BDAE is #2B4251. Grayscale: #C2C2C2. Windows color (decimal): -2835026 or 11451860. OLE color: 11451860.
HSL color Cylindrical-coordinate representation of color #D4BDAE: hue angle of 23.68º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BDAE is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 174 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.17 |
| HSL | 23.68º | 0.31% | 0.76% | - |
| HSV(B) | 23.68º | 0.18% | 0.83% | - |
| XYZ | 52.99 | 53.45 | 47.57 | - |
| YUV | 194.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 174 | 0 | 0.11 | 0.18 | 0.17 | 23.68 | 0.31 | 0.76 |
| Hex | D4 | BD | AE | 0 | B | 12 | 11 | 18 | 1F | 4C |
| Octal | 324 | 275 | 256 | 0 | 13 | 22 | 21 | 30 | 37 | 114 |
| Binary | 11010100 | 10111101 | 10101110 | 0 | 1011 | 10010 | 10001 | 11000 | 11111 | 1001100 |
Color Harmonies of #D4BDAE
Complementary color
Monochromatic Colors of #D4BDAE
Black with #D4BDAE
Text Example
Text Example
White with #D4BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDAE; }
p { color: rgb(212,189,174); }
H1.HeaderClassName
{
color: #D4BDAE;
}
.AnyTagClassName
{
color: #D4BDAE;
}
</style>
background-color css
<style>
a { background-color: #D4BDAE; }
a { background-color: rgb(212,189,174); }
div.DivClassName
{
background-color: #D4BDAE;
}
.BgClassName
{
background-color: #D4BDAE;
}
</style>
border-color css
<style>
span { border-color: #D4BDAE; }
span { border-color: rgb(212,189,174); }
td.TdClassName
{
border-color: #D4BDAE;
}
.TagClassName
{
border-color: #D4BDAE;
}
</style>