Shades of Just Right #DCBEAE
Tints of Just Right #DCBEAE
RGB
CMYK
RGB Variations
Color information
#DCBEAE (or 0xDCBEAE) is known color: Just Right. HEX triplet: DC, BE and AE. RGB value is (220,190,174). Sum of RGB (Red+Green+Blue) = 220+190+174=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAE is #234151. Grayscale: #C5C5C5. Windows color (decimal): -2310482 or 11452124. OLE color: 11452124.
HSL color Cylindrical-coordinate representation of color #DCBEAE: hue angle of 20.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBEAE is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 174 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.14 |
| HSL | 20.87º | 0.4% | 0.77% | - |
| HSV(B) | 20.87º | 0.21% | 0.86% | - |
| XYZ | 55.57 | 55.1 | 47.75 | - |
| YUV | 197.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 174 | 0 | 0.14 | 0.21 | 0.14 | 20.87 | 0.4 | 0.77 |
| Hex | DC | BE | AE | 0 | E | 15 | E | 15 | 28 | 4D |
| Octal | 334 | 276 | 256 | 0 | 16 | 25 | 16 | 25 | 50 | 115 |
| Binary | 11011100 | 10111110 | 10101110 | 0 | 1110 | 10101 | 1110 | 10101 | 101000 | 1001101 |
Color Harmonies of #DCBEAE
Complementary color
Monochromatic Colors of #DCBEAE
Black with #DCBEAE
Text Example
Text Example
White with #DCBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEAE; }
p { color: rgb(220,190,174); }
H1.HeaderClassName
{
color: #DCBEAE;
}
.AnyTagClassName
{
color: #DCBEAE;
}
</style>
background-color css
<style>
a { background-color: #DCBEAE; }
a { background-color: rgb(220,190,174); }
div.DivClassName
{
background-color: #DCBEAE;
}
.BgClassName
{
background-color: #DCBEAE;
}
</style>
border-color css
<style>
span { border-color: #DCBEAE; }
span { border-color: rgb(220,190,174); }
td.TdClassName
{
border-color: #DCBEAE;
}
.TagClassName
{
border-color: #DCBEAE;
}
</style>