Shades of Just Right #DCC3B5
Tints of Just Right #DCC3B5
RGB
CMYK
RGB Variations
Color information
#DCC3B5 (or 0xDCC3B5) is known color: Just Right. HEX triplet: DC, C3 and B5. RGB value is (220,195,181). Sum of RGB (Red+Green+Blue) = 220+195+181=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3B5 is #233C4A. Grayscale: #C8C8C8. Windows color (decimal): -2309195 or 11912156. OLE color: 11912156.
HSL color Cylindrical-coordinate representation of color #DCC3B5: hue angle of 21.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC3B5 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 181 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.14 |
| HSL | 21.54º | 0.36% | 0.79% | - |
| HSV(B) | 21.54º | 0.18% | 0.86% | - |
| XYZ | 57.37 | 57.58 | 51.81 | - |
| YUV | 200.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 181 | 0 | 0.11 | 0.18 | 0.14 | 21.54 | 0.36 | 0.79 |
| Hex | DC | C3 | B5 | 0 | B | 12 | E | 16 | 24 | 4F |
| Octal | 334 | 303 | 265 | 0 | 13 | 22 | 16 | 26 | 44 | 117 |
| Binary | 11011100 | 11000011 | 10110101 | 0 | 1011 | 10010 | 1110 | 10110 | 100100 | 1001111 |
Color Harmonies of #DCC3B5
Complementary color
Monochromatic Colors of #DCC3B5
Black with #DCC3B5
Text Example
Text Example
White with #DCC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3B5; }
p { color: rgb(220,195,181); }
H1.HeaderClassName
{
color: #DCC3B5;
}
.AnyTagClassName
{
color: #DCC3B5;
}
</style>
background-color css
<style>
a { background-color: #DCC3B5; }
a { background-color: rgb(220,195,181); }
div.DivClassName
{
background-color: #DCC3B5;
}
.BgClassName
{
background-color: #DCC3B5;
}
</style>
border-color css
<style>
span { border-color: #DCC3B5; }
span { border-color: rgb(220,195,181); }
td.TdClassName
{
border-color: #DCC3B5;
}
.TagClassName
{
border-color: #DCC3B5;
}
</style>