Html Css Color HEX #DEB4AA Cavern Pink

📋 copy color: '#DEB4AA'

red 222 ◦ green 180 ◦ blue 170

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

Shades of Cavern Pink #DEB4AA

Tints of Cavern Pink #DEB4AA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.47%

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

R = 38.81%
G = 31.47%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEB4AA (or 0xDEB4AA) is known color: Cavern Pink. HEX triplet: DE, B4 and AA. RGB value is (222,180,170). Sum of RGB (Red+Green+Blue) = 222+180+170=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB4AA is #214B55. Grayscale: #BFBFBF. Windows color (decimal): -2181974 or 11187422. OLE color: 11187422.

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

Color convert

RGB 222 180 170 -
CMYK 0 0.19 0.23 0.13
HSL 11.54º 0.44% 0.77% -
HSV(B) 11.54º 0.23% 0.87% -
XYZ 53.7 51.07 45.06 -
YUV 191.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 222 180 170 0 0.19 0.23 0.13 11.54 0.44 0.77
Hex DE B4 AA 0 13 17 D C 2C 4D
Octal 336 264 252 0 23 27 15 14 54 115
Binary 11011110 10110100 10101010 0 10011 10111 1101 1100 101100 1001101

Color Harmonies of #DEB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB4AA

Black with #DEB4AA

Text Example


Text Example

White with #DEB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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