#DEC0BA

Color #DEC0BA Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DEC0BA

Tints of Cavern Pink #DEC0BA

Color information

#DEC0BA (or 0xDEC0BA) is unknown color: approx Cavern Pink. HEX triplet: DE, C0 and BA. RGB value is (222,192,186). Sum of RGB (Red+Green+Blue) = 222+192+186=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0BA is #213F45. Grayscale: #C8C8C8. Windows color (decimal): -2178886 or 12239070. OLE color: 12239070.

HSL color Cylindrical-coordinate representation of color #DEC0BA: hue angle of 10º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC0BA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222192186-
CMYK00.140.160.13
HSL10º35.29%80%-
HSV(B)10º16.22%87.06%-
XYZ57.8456.7754.36-
YUV200.29119.94143.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 186 (73.05% from 255) = 31%
R=37%
G=32%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219218600.140.160.131035.2980
HexDEC0BA0E10Da2350
Octal33630027201620151243120
Binary1101111011000000101110100111010000110110101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0BA; }

 p { color: rgb(222,192,186); }

 H1.HeaderClassName
 {
   color: #DEC0BA;
 }
 .AnyTagClassName
 {
   color: #DEC0BA;
 }
</style>
background-color css

<style>
 a { background-color: #DEC0BA; }

 a { background-color: rgb(222,192,186); }

 div.DivClassName
 {
   background-color: #DEC0BA;
 }
 .BgClassName
 {
   background-color: #DEC0BA;
 }
</style>
border-color css

<style>
 span { border-color: #DEC0BA; }

 span { border-color: rgb(222,192,186); }

 td.TdClassName
 {
   border-color: #DEC0BA;
 }
 .TagClassName
 {
   border-color: #DEC0BA;
 }
</style>