Shades of Just Right #DCBEAF
Tints of Just Right #DCBEAF
RGB
CMYK
RGB Variations
Color information
#DCBEAF (or 0xDCBEAF) is known color: Just Right. HEX triplet: DC, BE and AF. RGB value is (220,190,175). Sum of RGB (Red+Green+Blue) = 220+190+175=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAF is #234150. Grayscale: #C5C5C5. Windows color (decimal): -2310481 or 11517660. OLE color: 11517660.
HSL color Cylindrical-coordinate representation of color #DCBEAF: hue angle of 20º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBEAF is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 175 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.14 |
| HSL | 20º | 0.39% | 0.77% | - |
| HSV(B) | 20º | 0.2% | 0.86% | - |
| XYZ | 55.67 | 55.14 | 48.27 | - |
| YUV | 197.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 175 | 0 | 0.14 | 0.20 | 0.14 | 20 | 0.39 | 0.77 |
| Hex | DC | BE | AF | 0 | E | 14 | E | 14 | 27 | 4D |
| Octal | 334 | 276 | 257 | 0 | 16 | 24 | 16 | 24 | 47 | 115 |
| Binary | 11011100 | 10111110 | 10101111 | 0 | 1110 | 10100 | 1110 | 10100 | 100111 | 1001101 |
Color Harmonies of #DCBEAF
Complementary color
Monochromatic Colors of #DCBEAF
Black with #DCBEAF
Text Example
Text Example
White with #DCBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEAF; }
p { color: rgb(220,190,175); }
H1.HeaderClassName
{
color: #DCBEAF;
}
.AnyTagClassName
{
color: #DCBEAF;
}
</style>
background-color css
<style>
a { background-color: #DCBEAF; }
a { background-color: rgb(220,190,175); }
div.DivClassName
{
background-color: #DCBEAF;
}
.BgClassName
{
background-color: #DCBEAF;
}
</style>
border-color css
<style>
span { border-color: #DCBEAF; }
span { border-color: rgb(220,190,175); }
td.TdClassName
{
border-color: #DCBEAF;
}
.TagClassName
{
border-color: #DCBEAF;
}
</style>