Html Css Color HEX #DEBAB7 Cavern Pink

📋 copy color: '#DEBAB7'

red 222 ◦ green 186 ◦ blue 183

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

Shades of Cavern Pink #DEBAB7

Tints of Cavern Pink #DEBAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.96%

R = 37.56%
G = 31.47%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DEBAB7 (or 0xDEBAB7) is known color: Cavern Pink. HEX triplet: DE, BA and B7. RGB value is (222,186,183). Sum of RGB (Red+Green+Blue) = 222+186+183=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAB7 is #214548. Grayscale: #C4C4C4. Windows color (decimal): -2180425 or 12040926. OLE color: 12040926.

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

Color convert

RGB 222 186 183 -
CMYK 0 0.16 0.18 0.13
HSL 4.62º 0.37% 0.79% -
HSV(B) 4.62º 0.18% 0.87% -
XYZ 56.23 54.07 52.27 -
YUV 196.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 222 186 183 0 0.16 0.18 0.13 4.62 0.37 0.79
Hex DE BA B7 0 10 12 D 5 25 4F
Octal 336 272 267 0 20 22 15 5 45 117
Binary 11011110 10111010 10110111 0 10000 10010 1101 101 100101 1001111

Color Harmonies of #DEBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAB7

Black with #DEBAB7

Text Example


Text Example

White with #DEBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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