#DEC1BD

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

Shades of Cavern Pink #DEC1BD

Tints of Cavern Pink #DEC1BD

Color information

#DEC1BD (or 0xDEC1BD) is unknown color: approx Cavern Pink. HEX triplet: DE, C1 and BD. RGB value is (222,193,189). Sum of RGB (Red+Green+Blue) = 222+193+189=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1BD is #213E42. Grayscale: #C9C9C9. Windows color (decimal): -2178627 or 12435934. OLE color: 12435934.

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

Color convert

RGB222193189-
CMYK00.130.150.13
HSL7.27º33.33%80.59%-
HSV(B)7.27º14.86%87.06%-
XYZ58.3857.3456.14-
YUV201.21121.11142.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=36.75%
G=31.95%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219318900.130.150.137.2733.3380.59
HexDEC1BD0DFD72151
Octal3363012750151715741121
Binary11011110110000011011110101101111111011111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1BD; }

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

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

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

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

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

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

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

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