Shades of Just Right #DCC2B5
Tints of Just Right #DCC2B5
RGB
CMYK
RGB Variations
Color information
#DCC2B5 (or 0xDCC2B5) is known color: Just Right. HEX triplet: DC, C2 and B5. RGB value is (220,194,181). Sum of RGB (Red+Green+Blue) = 220+194+181=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2B5 is #233D4A. Grayscale: #C8C8C8. Windows color (decimal): -2309451 or 11911900. OLE color: 11911900.
HSL color Cylindrical-coordinate representation of color #DCC2B5: hue angle of 20º 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 #DCC2B5 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 181 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.14 |
| HSL | 20º | 0.36% | 0.79% | - |
| HSV(B) | 20º | 0.18% | 0.86% | - |
| XYZ | 57.15 | 57.14 | 51.73 | - |
| YUV | 200.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 181 | 0 | 0.12 | 0.18 | 0.14 | 20 | 0.36 | 0.79 |
| Hex | DC | C2 | B5 | 0 | C | 12 | E | 14 | 24 | 4F |
| Octal | 334 | 302 | 265 | 0 | 14 | 22 | 16 | 24 | 44 | 117 |
| Binary | 11011100 | 11000010 | 10110101 | 0 | 1100 | 10010 | 1110 | 10100 | 100100 | 1001111 |
Color Harmonies of #DCC2B5
Complementary color
Monochromatic Colors of #DCC2B5
Black with #DCC2B5
Text Example
Text Example
White with #DCC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2B5; }
p { color: rgb(220,194,181); }
H1.HeaderClassName
{
color: #DCC2B5;
}
.AnyTagClassName
{
color: #DCC2B5;
}
</style>
background-color css
<style>
a { background-color: #DCC2B5; }
a { background-color: rgb(220,194,181); }
div.DivClassName
{
background-color: #DCC2B5;
}
.BgClassName
{
background-color: #DCC2B5;
}
</style>
border-color css
<style>
span { border-color: #DCC2B5; }
span { border-color: rgb(220,194,181); }
td.TdClassName
{
border-color: #DCC2B5;
}
.TagClassName
{
border-color: #DCC2B5;
}
</style>