Shades of Just Right #DCBEA8
Tints of Just Right #DCBEA8
RGB
CMYK
RGB Variations
Color information
#DCBEA8 (or 0xDCBEA8) is known color: Just Right. HEX triplet: DC, BE and A8. RGB value is (220,190,168). Sum of RGB (Red+Green+Blue) = 220+190+168=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEA8 is #234157. Grayscale: #C4C4C4. Windows color (decimal): -2310488 or 11058908. OLE color: 11058908.
HSL color Cylindrical-coordinate representation of color #DCBEA8: hue angle of 25.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBEA8 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 168 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.14 |
| HSL | 25.38º | 0.43% | 0.76% | - |
| HSV(B) | 25.38º | 0.24% | 0.86% | - |
| XYZ | 55 | 54.87 | 44.74 | - |
| YUV | 196.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 168 | 0 | 0.14 | 0.24 | 0.14 | 25.38 | 0.43 | 0.76 |
| Hex | DC | BE | A8 | 0 | E | 18 | E | 19 | 2B | 4C |
| Octal | 334 | 276 | 250 | 0 | 16 | 30 | 16 | 31 | 53 | 114 |
| Binary | 11011100 | 10111110 | 10101000 | 0 | 1110 | 11000 | 1110 | 11001 | 101011 | 1001100 |
Color Harmonies of #DCBEA8
Complementary color
Monochromatic Colors of #DCBEA8
Black with #DCBEA8
Text Example
Text Example
White with #DCBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEA8; }
p { color: rgb(220,190,168); }
H1.HeaderClassName
{
color: #DCBEA8;
}
.AnyTagClassName
{
color: #DCBEA8;
}
</style>
background-color css
<style>
a { background-color: #DCBEA8; }
a { background-color: rgb(220,190,168); }
div.DivClassName
{
background-color: #DCBEA8;
}
.BgClassName
{
background-color: #DCBEA8;
}
</style>
border-color css
<style>
span { border-color: #DCBEA8; }
span { border-color: rgb(220,190,168); }
td.TdClassName
{
border-color: #DCBEA8;
}
.TagClassName
{
border-color: #DCBEA8;
}
</style>