Html Css Color HEX #DEADAB Cavern Pink

📋 copy color: '#DEADAB'

red 222 ◦ green 173 ◦ blue 171

#DEADAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #DEADAB

Tints of Cavern Pink #DEADAB

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 value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEADAB (or 0xDEADAB) is known color: 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

RGB 222 173 171 -
CMYK 0 0.22 0.23 0.13
HSL 2.35º 0.44% 0.77% -
HSV(B) 2.35º 0.23% 0.87% -
XYZ 52.42 48.36 45.1 -
YUV 187.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 222 173 171 0 0.22 0.23 0.13 2.35 0.44 0.77
Hex DE AD AB 0 16 17 D 2 2C 4D
Octal 336 255 253 0 26 27 15 2 54 115
Binary 11011110 10101101 10101011 0 10110 10111 1101 10 101100 1001101

Color Harmonies of #DEADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADAB

Black with #DEADAB

Text Example


Text Example

White with #DEADAB

Text Example


Text Example

HTML Codes & Css Web 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>