Html Css Color HEX #DEB0AD Cavern Pink

📋 copy color: '#DEB0AD'

red 222 ◦ green 176 ◦ blue 173

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

Shades of Cavern Pink #DEB0AD

Tints of Cavern Pink #DEB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.82%

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

R = 38.88%
G = 30.82%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEB0AD (or 0xDEB0AD) is known color: Cavern Pink. HEX triplet: DE, B0 and AD. RGB value is (222,176,173). Sum of RGB (Red+Green+Blue) = 222+176+173=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB0AD is #214F52. Grayscale: #BDBDBD. Windows color (decimal): -2182995 or 11383006. OLE color: 11383006.

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

Color convert

RGB 222 176 173 -
CMYK 0 0.21 0.22 0.13
HSL 3.67º 0.43% 0.77% -
HSV(B) 3.67º 0.22% 0.87% -
XYZ 53.19 49.6 46.3 -
YUV 189.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 222 176 173 0 0.21 0.22 0.13 3.67 0.43 0.77
Hex DE B0 AD 0 15 16 D 4 2B 4D
Octal 336 260 255 0 25 26 15 4 53 115
Binary 11011110 10110000 10101101 0 10101 10110 1101 100 101011 1001101

Color Harmonies of #DEB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0AD

Black with #DEB0AD

Text Example


Text Example

White with #DEB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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