Html Css Color HEX #DEB7AA Cavern Pink

📋 copy color: '#DEB7AA'

red 222 ◦ green 183 ◦ blue 170

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

Shades of Cavern Pink #DEB7AA

Tints of Cavern Pink #DEB7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.83%

 BLUE value IS 170 (66.8% from 255) = 29.57%

R = 38.61%
G = 31.83%
B = 29.57%

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

#DEB7AA (or 0xDEB7AA) is known color: Cavern Pink. HEX triplet: DE, B7 and AA. RGB value is (222,183,170). Sum of RGB (Red+Green+Blue) = 222+183+170=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB7AA is #214855. Grayscale: #C1C1C1. Windows color (decimal): -2181206 or 11188190. OLE color: 11188190.

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

Color convert

RGB 222 183 170 -
CMYK 0 0.18 0.23 0.13
HSL 15º 0.44% 0.77% -
HSV(B) 15º 0.23% 0.87% -
XYZ 54.31 52.3 45.26 -
YUV 193.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 222 183 170 0 0.18 0.23 0.13 15 0.44 0.77
Hex DE B7 AA 0 12 17 D F 2C 4D
Octal 336 267 252 0 22 27 15 17 54 115
Binary 11011110 10110111 10101010 0 10010 10111 1101 1111 101100 1001101

Color Harmonies of #DEB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB7AA

Black with #DEB7AA

Text Example


Text Example

White with #DEB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB7AA; }

 p { color: rgb(222,183,170); }

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

background-color css

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

 a { background-color: rgb(222,183,170); }

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

border-color css

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

 span { border-color: rgb(222,183,170); }

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