#DEACAC

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

Shades of Cavern Pink #DEACAC

Tints of Cavern Pink #DEACAC

Color information

#DEACAC (or 0xDEACAC) is unknown color: approx Cavern Pink. HEX triplet: DE, AC and AC. RGB value is (222,172,172). Sum of RGB (Red+Green+Blue) = 222+172+172=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACAC is #215353. Grayscale: #BBBBBB. Windows color (decimal): -2184020 or 11316446. OLE color: 11316446.

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

Color convert

RGB222172172-
CMYK00.230.230.13
HSL43.1%77.25%-
HSV(B)22.52%87.06%-
XYZ52.3248.0145.54-
YUV186.95119.56153-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=39.22%
G=30.39%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217217200.230.230.13043.177.25
HexDEACAC01717D02b4d
Octal3362542540272715053115
Binary11011110101011001010110001011110111110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACAC; }

 p { color: rgb(222,172,172); }

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

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

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

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

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

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

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