Html Css Color HEX #DEBCBA Cavern Pink

📋 copy color: '#DEBCBA'

red 222 ◦ green 188 ◦ blue 186

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

Shades of Cavern Pink #DEBCBA

Tints of Cavern Pink #DEBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.54%

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 37.25%
G = 31.54%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEBCBA (or 0xDEBCBA) is known color: Cavern Pink. HEX triplet: DE, BC and BA. RGB value is (222,188,186). Sum of RGB (Red+Green+Blue) = 222+188+186=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCBA is #214345. Grayscale: #C5C5C5. Windows color (decimal): -2179910 or 12238046. OLE color: 12238046.

HSL color Cylindrical-coordinate representation of color #DEBCBA: hue angle of 3.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBCBA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 186 -
CMYK 0 0.15 0.16 0.13
HSL 3.33º 0.35% 0.8% -
HSV(B) 3.33º 0.16% 0.87% -
XYZ 56.97 55.04 54.08 -
YUV 197.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 222 188 186 0 0.15 0.16 0.13 3.33 0.35 0.8
Hex DE BC BA 0 F 10 D 3 23 50
Octal 336 274 272 0 17 20 15 3 43 120
Binary 11011110 10111100 10111010 0 1111 10000 1101 11 100011 1010000

Color Harmonies of #DEBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCBA

Black with #DEBCBA

Text Example


Text Example

White with #DEBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCBA; }

 p { color: rgb(222,188,186); }

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

background-color css

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

 a { background-color: rgb(222,188,186); }

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

border-color css

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

 span { border-color: rgb(222,188,186); }

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