Html Css Color HEX #DEBAB9 Cavern Pink

📋 copy color: '#DEBAB9'

red 222 ◦ green 186 ◦ blue 185

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

Shades of Cavern Pink #DEBAB9

Tints of Cavern Pink #DEBAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.37%

 BLUE value IS 185 (72.66% from 255) = 31.2%

R = 37.44%
G = 31.37%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEBAB9 (or 0xDEBAB9) is known color: Cavern Pink. HEX triplet: DE, BA and B9. RGB value is (222,186,185). Sum of RGB (Red+Green+Blue) = 222+186+185=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAB9 is #214546. Grayscale: #C4C4C4. Windows color (decimal): -2180423 or 12171998. OLE color: 12171998.

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

Color convert

RGB 222 186 185 -
CMYK 0 0.16 0.17 0.13
HSL 1.62º 0.36% 0.8% -
HSV(B) 1.62º 0.17% 0.87% -
XYZ 56.44 54.15 53.38 -
YUV 196.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 222 186 185 0 0.16 0.17 0.13 1.62 0.36 0.8
Hex DE BA B9 0 10 11 D 2 24 50
Octal 336 272 271 0 20 21 15 2 44 120
Binary 11011110 10111010 10111001 0 10000 10001 1101 10 100100 1010000

Color Harmonies of #DEBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAB9

Black with #DEBAB9

Text Example


Text Example

White with #DEBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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