#DEC1BF

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

Shades of Cavern Pink #DEC1BF

Tints of Cavern Pink #DEC1BF

Color information

#DEC1BF (or 0xDEC1BF) is unknown color: approx Cavern Pink. HEX triplet: DE, C1 and BF. RGB value is (222,193,191). Sum of RGB (Red+Green+Blue) = 222+193+191=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1BF is #213E40. Grayscale: #C9C9C9. Windows color (decimal): -2178625 or 12567006. OLE color: 12567006.

HSL color Cylindrical-coordinate representation of color #DEC1BF: hue angle of 3.87º degrees, saturation: 0.32, 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 #DEC1BF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222193191-
CMYK00.130.140.13
HSL3.87º31.96%80.98%-
HSV(B)3.87º13.96%87.06%-
XYZ58.657.4357.29-
YUV201.44122.11142.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 191 (75% from 255) = 31.52%
R=36.63%
G=31.85%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219319100.130.140.133.8731.9680.98
HexDEC1BF0DED42051
Octal3363012770151615440121
Binary11011110110000011011111101101111011011001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1BF; }

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

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

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

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

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

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

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

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