Shades of Cavern Pink #DCBEB7
Tints of Cavern Pink #DCBEB7
RGB
CMYK
RGB Variations
Color information
#DCBEB7 (or 0xDCBEB7) is known color: Cavern Pink. HEX triplet: DC, BE and B7. RGB value is (220,190,183). Sum of RGB (Red+Green+Blue) = 220+190+183=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB7 is #234148. Grayscale: #C6C6C6. Windows color (decimal): -2310473 or 12041948. OLE color: 12041948.
HSL color Cylindrical-coordinate representation of color #DCBEB7: hue angle of 11.35º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBEB7 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 190 | 183 | - |
CMYK | 0 | 0.14 | 0.17 | 0.14 |
HSL | 11.35º | 0.35% | 0.79% | - |
HSV(B) | 11.35º | 0.17% | 0.86% | - |
XYZ | 56.48 | 55.46 | 52.53 | - |
YUV | 198.17 | 119.44 | 143.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 190 | 183 | 0 | 0.14 | 0.17 | 0.14 | 11.35 | 0.35 | 0.79 |
Hex | DC | BE | B7 | 0 | E | 11 | E | B | 23 | 4F |
Octal | 334 | 276 | 267 | 0 | 16 | 21 | 16 | 13 | 43 | 117 |
Binary | 11011100 | 10111110 | 10110111 | 0 | 1110 | 10001 | 1110 | 1011 | 100011 | 1001111 |
Color Harmonies of #DCBEB7
Complementary color
Monochromatic Colors of #DCBEB7
Black with #DCBEB7
Text Example
Text Example
White with #DCBEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEB7; }
p { color: rgb(220,190,183); }
H1.HeaderClassName
{
color: #DCBEB7;
}
.AnyTagClassName
{
color: #DCBEB7;
}
</style>
background-color css
<style>
a { background-color: #DCBEB7; }
a { background-color: rgb(220,190,183); }
div.DivClassName
{
background-color: #DCBEB7;
}
.BgClassName
{
background-color: #DCBEB7;
}
</style>
border-color css
<style>
span { border-color: #DCBEB7; }
span { border-color: rgb(220,190,183); }
td.TdClassName
{
border-color: #DCBEB7;
}
.TagClassName
{
border-color: #DCBEB7;
}
</style>