Html Css Color HEX #DEB5AD Cavern Pink

📋 copy color: '#DEB5AD'

red 222 ◦ green 181 ◦ blue 173

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

Shades of Cavern Pink #DEB5AD

Tints of Cavern Pink #DEB5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 38.54%
G = 31.42%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEB5AD (or 0xDEB5AD) is known color: Cavern Pink. HEX triplet: DE, B5 and AD. RGB value is (222,181,173). Sum of RGB (Red+Green+Blue) = 222+181+173=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB5AD is #214A52. Grayscale: #C0C0C0. Windows color (decimal): -2181715 or 11384286. OLE color: 11384286.

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

Color convert

RGB 222 181 173 -
CMYK 0 0.18 0.22 0.13
HSL 9.8º 0.43% 0.77% -
HSV(B) 9.8º 0.22% 0.87% -
XYZ 54.19 51.59 46.64 -
YUV 192.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 222 181 173 0 0.18 0.22 0.13 9.8 0.43 0.77
Hex DE B5 AD 0 12 16 D A 2B 4D
Octal 336 265 255 0 22 26 15 12 53 115
Binary 11011110 10110101 10101101 0 10010 10110 1101 1010 101011 1001101

Color Harmonies of #DEB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5AD

Black with #DEB5AD

Text Example


Text Example

White with #DEB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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