Html Css Color HEX #DEB5AB Cavern Pink

📋 copy color: '#DEB5AB'

red 222 ◦ green 181 ◦ blue 171

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

Shades of Cavern Pink #DEB5AB

Tints of Cavern Pink #DEB5AB

RGB

 RED value IS 222 (87.11% from 255) = 38.68%

 GREEN value IS 181 (71.09% from 255) = 31.53%

 BLUE value IS 171 (67.19% from 255) = 29.79%

R = 38.68%
G = 31.53%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEB5AB (or 0xDEB5AB) is known color: Cavern Pink. HEX triplet: DE, B5 and AB. RGB value is (222,181,171). Sum of RGB (Red+Green+Blue) = 222+181+171=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB5AB is #214A54. Grayscale: #C0C0C0. Windows color (decimal): -2181717 or 11253214. OLE color: 11253214.

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

Color convert

RGB 222 181 171 -
CMYK 0 0.18 0.23 0.13
HSL 11.76º 0.44% 0.77% -
HSV(B) 11.76º 0.23% 0.87% -
XYZ 54 51.52 45.63 -
YUV 192.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 222 181 171 0 0.18 0.23 0.13 11.76 0.44 0.77
Hex DE B5 AB 0 12 17 D C 2C 4D
Octal 336 265 253 0 22 27 15 14 54 115
Binary 11011110 10110101 10101011 0 10010 10111 1101 1100 101100 1001101

Color Harmonies of #DEB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5AB

Black with #DEB5AB

Text Example


Text Example

White with #DEB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5AB; }

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

 H1.HeaderClassName
 {
   color: #DEB5AB;
 }
 .AnyTagClassName
 {
   color: #DEB5AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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