Html Css Color HEX #DEB4AE Cavern Pink

📋 copy color: '#DEB4AE'

red 222 ◦ green 180 ◦ blue 174

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

Shades of Cavern Pink #DEB4AE

Tints of Cavern Pink #DEB4AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.21%

R = 38.54%
G = 31.25%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEB4AE (or 0xDEB4AE) is known color: Cavern Pink. HEX triplet: DE, B4 and AE. RGB value is (222,180,174). Sum of RGB (Red+Green+Blue) = 222+180+174=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB4AE is #214B51. Grayscale: #BFBFBF. Windows color (decimal): -2181970 or 11449566. OLE color: 11449566.

HSL color Cylindrical-coordinate representation of color #DEB4AE: hue angle of 7.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEB4AE is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 180 174 -
CMYK 0 0.19 0.22 0.13
HSL 7.5º 0.42% 0.78% -
HSV(B) 7.5º 0.22% 0.87% -
XYZ 54.09 51.23 47.08 -
YUV 191.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 222 180 174 0 0.19 0.22 0.13 7.5 0.42 0.78
Hex DE B4 AE 0 13 16 D 8 2A 4E
Octal 336 264 256 0 23 26 15 10 52 116
Binary 11011110 10110100 10101110 0 10011 10110 1101 1000 101010 1001110

Color Harmonies of #DEB4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB4AE

Black with #DEB4AE

Text Example


Text Example

White with #DEB4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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