Html Css Color HEX #DEB9AD Cavern Pink

📋 copy color: '#DEB9AD'

red 222 ◦ green 185 ◦ blue 173

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

Shades of Cavern Pink #DEB9AD

Tints of Cavern Pink #DEB9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.9%

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

R = 38.28%
G = 31.9%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEB9AD (or 0xDEB9AD) is known color: Cavern Pink. HEX triplet: DE, B9 and AD. RGB value is (222,185,173). Sum of RGB (Red+Green+Blue) = 222+185+173=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB9AD is #214652. Grayscale: #C2C2C2. Windows color (decimal): -2180691 or 11385310. OLE color: 11385310.

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

Color convert

RGB 222 185 173 -
CMYK 0 0.17 0.22 0.13
HSL 14.69º 0.43% 0.77% -
HSV(B) 14.69º 0.22% 0.87% -
XYZ 55.02 53.24 46.91 -
YUV 194.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 222 185 173 0 0.17 0.22 0.13 14.69 0.43 0.77
Hex DE B9 AD 0 11 16 D F 2B 4D
Octal 336 271 255 0 21 26 15 17 53 115
Binary 11011110 10111001 10101101 0 10001 10110 1101 1111 101011 1001101

Color Harmonies of #DEB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9AD

Black with #DEB9AD

Text Example


Text Example

White with #DEB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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