#DEADAB

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

Shades of Cavern Pink #DEADAB

Tints of Cavern Pink #DEADAB

Color information

#DEADAB (or 0xDEADAB) is unknown color: approx Cavern Pink. HEX triplet: DE, AD and AB. RGB value is (222,173,171). Sum of RGB (Red+Green+Blue) = 222+173+171=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADAB is #215254. Grayscale: #BBBBBB. Windows color (decimal): -2183765 or 11251166. OLE color: 11251166.

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

Color convert

RGB222173171-
CMYK00.220.230.13
HSL2.35º43.59%77.06%-
HSV(B)2.35º22.97%87.06%-
XYZ52.4248.3645.1-
YUV187.42118.73152.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=39.22%
G=30.57%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217317100.220.230.132.3543.5977.06
HexDEADAB01617D22c4d
Octal3362552530262715254115
Binary110111101010110110101011010110101111101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADAB; }

 p { color: rgb(222,173,171); }

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

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

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

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

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

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

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