Shades of Just Right #DBC2B2
Tints of Just Right #DBC2B2
RGB
CMYK
RGB Variations
Color information
#DBC2B2 (or 0xDBC2B2) is known color: Just Right. HEX triplet: DB, C2 and B2. RGB value is (219,194,178). Sum of RGB (Red+Green+Blue) = 219+194+178=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2B2 is #243D4D. Grayscale: #C7C7C7. Windows color (decimal): -2374990 or 11715291. OLE color: 11715291.
HSL color Cylindrical-coordinate representation of color #DBC2B2: hue angle of 23.41º degrees, saturation: 0.36, 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 #DBC2B2 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 194 | 178 | - |
CMYK | 0 | 0.11 | 0.19 | 0.14 |
HSL | 23.41º | 0.36% | 0.78% | - |
HSV(B) | 23.41º | 0.19% | 0.86% | - |
XYZ | 56.54 | 56.86 | 50.11 | - |
YUV | 199.65 | 115.78 | 141.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 194 | 178 | 0 | 0.11 | 0.19 | 0.14 | 23.41 | 0.36 | 0.78 |
Hex | DB | C2 | B2 | 0 | B | 13 | E | 17 | 24 | 4E |
Octal | 333 | 302 | 262 | 0 | 13 | 23 | 16 | 27 | 44 | 116 |
Binary | 11011011 | 11000010 | 10110010 | 0 | 1011 | 10011 | 1110 | 10111 | 100100 | 1001110 |
Color Harmonies of #DBC2B2
Complementary color
Monochromatic Colors of #DBC2B2
Black with #DBC2B2
Text Example
Text Example
White with #DBC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2B2; }
p { color: rgb(219,194,178); }
H1.HeaderClassName
{
color: #DBC2B2;
}
.AnyTagClassName
{
color: #DBC2B2;
}
</style>
background-color css
<style>
a { background-color: #DBC2B2; }
a { background-color: rgb(219,194,178); }
div.DivClassName
{
background-color: #DBC2B2;
}
.BgClassName
{
background-color: #DBC2B2;
}
</style>
border-color css
<style>
span { border-color: #DBC2B2; }
span { border-color: rgb(219,194,178); }
td.TdClassName
{
border-color: #DBC2B2;
}
.TagClassName
{
border-color: #DBC2B2;
}
</style>