#DEC1BA

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

Shades of Cavern Pink #DEC1BA

Tints of Cavern Pink #DEC1BA

Color information

#DEC1BA (or 0xDEC1BA) is unknown color: approx Cavern Pink. HEX triplet: DE, C1 and BA. RGB value is (222,193,186). Sum of RGB (Red+Green+Blue) = 222+193+186=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1BA is #213E45. Grayscale: #C8C8C8. Windows color (decimal): -2178630 or 12239326. OLE color: 12239326.

HSL color Cylindrical-coordinate representation of color #DEC1BA: hue angle of 11.67º 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 #DEC1BA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222193186-
CMYK00.130.160.13
HSL11.67º35.29%80%-
HSV(B)11.67º16.22%87.06%-
XYZ58.0657.2154.44-
YUV200.87119.61143.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=36.94%
G=32.11%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219318600.130.160.1311.6735.2980
HexDEC1BA0D10Dc2350
Octal33630127201520151443120
Binary1101111011000001101110100110110000110111001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1BA; }

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

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

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

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

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

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

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

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