Html Css Color HEX #DEB5AE Cavern Pink

📋 copy color: '#DEB5AE'

red 222 ◦ green 181 ◦ blue 174

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

Shades of Cavern Pink #DEB5AE

Tints of Cavern Pink #DEB5AE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.37%

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

R = 38.47%
G = 31.37%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEB5AE (or 0xDEB5AE) is known color: Cavern Pink. HEX triplet: DE, B5 and AE. RGB value is (222,181,174). Sum of RGB (Red+Green+Blue) = 222+181+174=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB5AE is #214A51. Grayscale: #C0C0C0. Windows color (decimal): -2181714 or 11449822. OLE color: 11449822.

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

Color convert

RGB 222 181 174 -
CMYK 0 0.18 0.22 0.13
HSL 8.75º 0.42% 0.78% -
HSV(B) 8.75º 0.22% 0.87% -
XYZ 54.29 51.63 47.15 -
YUV 192.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 222 181 174 0 0.18 0.22 0.13 8.75 0.42 0.78
Hex DE B5 AE 0 12 16 D 9 2A 4E
Octal 336 265 256 0 22 26 15 11 52 116
Binary 11011110 10110101 10101110 0 10010 10110 1101 1001 101010 1001110

Color Harmonies of #DEB5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5AE

Black with #DEB5AE

Text Example


Text Example

White with #DEB5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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