#DEC0BD

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

Shades of Cavern Pink #DEC0BD

Tints of Cavern Pink #DEC0BD

Color information

#DEC0BD (or 0xDEC0BD) is unknown color: approx Cavern Pink. HEX triplet: DE, C0 and BD. RGB value is (222,192,189). Sum of RGB (Red+Green+Blue) = 222+192+189=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0BD is #213F42. Grayscale: #C8C8C8. Windows color (decimal): -2178883 or 12435678. OLE color: 12435678.

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

Color convert

RGB222192189-
CMYK00.140.150.13
HSL5.45º33.33%80.59%-
HSV(B)5.45º14.86%87.06%-
XYZ58.1656.956.06-
YUV200.63121.44143.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=36.82%
G=31.84%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219218900.140.150.135.4533.3380.59
HexDEC0BD0EFD52151
Octal3363002750161715541121
Binary11011110110000001011110101110111111011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0BD; }

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

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

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

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

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

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

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

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