Html Css Color HEX #DEB6AA Cavern Pink

📋 copy color: '#DEB6AA'

red 222 ◦ green 182 ◦ blue 170

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

Shades of Cavern Pink #DEB6AA

Tints of Cavern Pink #DEB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

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

R = 38.68%
G = 31.71%
B = 29.62%

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

#DEB6AA (or 0xDEB6AA) is known color: Cavern Pink. HEX triplet: DE, B6 and AA. RGB value is (222,182,170). Sum of RGB (Red+Green+Blue) = 222+182+170=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB6AA is #214955. Grayscale: #C0C0C0. Windows color (decimal): -2181462 or 11187934. OLE color: 11187934.

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

Color convert

RGB 222 182 170 -
CMYK 0 0.18 0.23 0.13
HSL 13.85º 0.44% 0.77% -
HSV(B) 13.85º 0.23% 0.87% -
XYZ 54.11 51.89 45.19 -
YUV 192.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 222 182 170 0 0.18 0.23 0.13 13.85 0.44 0.77
Hex DE B6 AA 0 12 17 D E 2C 4D
Octal 336 266 252 0 22 27 15 16 54 115
Binary 11011110 10110110 10101010 0 10010 10111 1101 1110 101100 1001101

Color Harmonies of #DEB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB6AA

Black with #DEB6AA

Text Example


Text Example

White with #DEB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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