#DEADAD

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

Shades of Cavern Pink #DEADAD

Tints of Cavern Pink #DEADAD

Color information

#DEADAD (or 0xDEADAD) is unknown color: approx Cavern Pink. HEX triplet: DE, AD and AD. RGB value is (222,173,173). Sum of RGB (Red+Green+Blue) = 222+173+173=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADAD is #215252. Grayscale: #BBBBBB. Windows color (decimal): -2183763 or 11382238. OLE color: 11382238.

HSL color Cylindrical-coordinate representation of color #DEADAD: 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.22%. Process color model (Four color, CMYK) of #DEADAD is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222173173-
CMYK00.220.220.13
HSL42.61%77.45%-
HSV(B)22.07%87.06%-
XYZ52.6148.4346.11-
YUV187.65119.73152.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=39.08%
G=30.46%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217317300.220.220.13042.6177.45
HexDEADAD01616D02b4d
Octal3362552550262615053115
Binary11011110101011011010110101011010110110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADAD; }

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

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

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

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

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

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

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

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