#DEC0BE

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

Shades of Cavern Pink #DEC0BE

Tints of Cavern Pink #DEC0BE

Color information

#DEC0BE (or 0xDEC0BE) is unknown color: approx Cavern Pink. HEX triplet: DE, C0 and BE. RGB value is (222,192,190). Sum of RGB (Red+Green+Blue) = 222+192+190=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0BE is #213F41. Grayscale: #C8C8C8. Windows color (decimal): -2178882 or 12501214. OLE color: 12501214.

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

Color convert

RGB222192190-
CMYK00.140.140.13
HSL3.75º32.65%80.78%-
HSV(B)3.75º14.41%87.06%-
XYZ58.2756.9556.64-
YUV200.74121.94143.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=36.75%
G=31.79%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219219000.140.140.133.7532.6580.78
HexDEC0BE0EED42151
Octal3363002760161615441121
Binary11011110110000001011111001110111011011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0BE; }

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

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

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

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

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

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

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

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