Shades of Just Right #DCC2B3
Tints of Just Right #DCC2B3
RGB
CMYK
RGB Variations
Color information
#DCC2B3 (or 0xDCC2B3) is known color: Just Right. HEX triplet: DC, C2 and B3. RGB value is (220,194,179). Sum of RGB (Red+Green+Blue) = 220+194+179=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2B3 is #233D4C. Grayscale: #C8C8C8. Windows color (decimal): -2309453 or 11780828. OLE color: 11780828.
HSL color Cylindrical-coordinate representation of color #DCC2B3: hue angle of 21.95º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC2B3 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 179 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.14 |
| HSL | 21.95º | 0.37% | 0.78% | - |
| HSV(B) | 21.95º | 0.19% | 0.86% | - |
| XYZ | 56.94 | 57.05 | 50.66 | - |
| YUV | 200.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 179 | 0 | 0.12 | 0.19 | 0.14 | 21.95 | 0.37 | 0.78 |
| Hex | DC | C2 | B3 | 0 | C | 13 | E | 16 | 25 | 4E |
| Octal | 334 | 302 | 263 | 0 | 14 | 23 | 16 | 26 | 45 | 116 |
| Binary | 11011100 | 11000010 | 10110011 | 0 | 1100 | 10011 | 1110 | 10110 | 100101 | 1001110 |
Color Harmonies of #DCC2B3
Complementary color
Monochromatic Colors of #DCC2B3
Black with #DCC2B3
Text Example
Text Example
White with #DCC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2B3; }
p { color: rgb(220,194,179); }
H1.HeaderClassName
{
color: #DCC2B3;
}
.AnyTagClassName
{
color: #DCC2B3;
}
</style>
background-color css
<style>
a { background-color: #DCC2B3; }
a { background-color: rgb(220,194,179); }
div.DivClassName
{
background-color: #DCC2B3;
}
.BgClassName
{
background-color: #DCC2B3;
}
</style>
border-color css
<style>
span { border-color: #DCC2B3; }
span { border-color: rgb(220,194,179); }
td.TdClassName
{
border-color: #DCC2B3;
}
.TagClassName
{
border-color: #DCC2B3;
}
</style>