Shades of Just Right #DABDAE
Tints of Just Right #DABDAE
RGB
CMYK
RGB Variations
Color information
#DABDAE (or 0xDABDAE) is known color: Just Right. HEX triplet: DA, BD and AE. RGB value is (218,189,174). Sum of RGB (Red+Green+Blue) = 218+189+174=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDAE is #254251. Grayscale: #C4C4C4. Windows color (decimal): -2441810 or 11451866. OLE color: 11451866.
HSL color Cylindrical-coordinate representation of color #DABDAE: hue angle of 20.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABDAE is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 174 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.15 |
| HSL | 20.45º | 0.37% | 0.77% | - |
| HSV(B) | 20.45º | 0.2% | 0.85% | - |
| XYZ | 54.75 | 54.36 | 47.65 | - |
| YUV | 195.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 174 | 0 | 0.13 | 0.20 | 0.15 | 20.45 | 0.37 | 0.77 |
| Hex | DA | BD | AE | 0 | D | 14 | F | 14 | 25 | 4D |
| Octal | 332 | 275 | 256 | 0 | 15 | 24 | 17 | 24 | 45 | 115 |
| Binary | 11011010 | 10111101 | 10101110 | 0 | 1101 | 10100 | 1111 | 10100 | 100101 | 1001101 |
Color Harmonies of #DABDAE
Complementary color
Monochromatic Colors of #DABDAE
Black with #DABDAE
Text Example
Text Example
White with #DABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDAE; }
p { color: rgb(218,189,174); }
H1.HeaderClassName
{
color: #DABDAE;
}
.AnyTagClassName
{
color: #DABDAE;
}
</style>
background-color css
<style>
a { background-color: #DABDAE; }
a { background-color: rgb(218,189,174); }
div.DivClassName
{
background-color: #DABDAE;
}
.BgClassName
{
background-color: #DABDAE;
}
</style>
border-color css
<style>
span { border-color: #DABDAE; }
span { border-color: rgb(218,189,174); }
td.TdClassName
{
border-color: #DABDAE;
}
.TagClassName
{
border-color: #DABDAE;
}
</style>