Html Css Color HEX #DEB9AE Cavern Pink

📋 copy color: '#DEB9AE'

red 222 ◦ green 185 ◦ blue 174

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

Shades of Cavern Pink #DEB9AE

Tints of Cavern Pink #DEB9AE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.84%

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

R = 38.21%
G = 31.84%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEB9AE (or 0xDEB9AE) is known color: Cavern Pink. HEX triplet: DE, B9 and AE. RGB value is (222,185,174). Sum of RGB (Red+Green+Blue) = 222+185+174=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB9AE is #214651. Grayscale: #C2C2C2. Windows color (decimal): -2180690 or 11450846. OLE color: 11450846.

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

Color convert

RGB 222 185 174 -
CMYK 0 0.17 0.22 0.13
HSL 13.75º 0.42% 0.78% -
HSV(B) 13.75º 0.22% 0.87% -
XYZ 55.11 53.28 47.42 -
YUV 194.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 222 185 174 0 0.17 0.22 0.13 13.75 0.42 0.78
Hex DE B9 AE 0 11 16 D E 2A 4E
Octal 336 271 256 0 21 26 15 16 52 116
Binary 11011110 10111001 10101110 0 10001 10110 1101 1110 101010 1001110

Color Harmonies of #DEB9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9AE

Black with #DEB9AE

Text Example


Text Example

White with #DEB9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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