Html Css Color HEX #DEBAB1 Cavern Pink

📋 copy color: '#DEBAB1'

red 222 ◦ green 186 ◦ blue 177

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

Shades of Cavern Pink #DEBAB1

Tints of Cavern Pink #DEBAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.26%

R = 37.95%
G = 31.79%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEBAB1 (or 0xDEBAB1) is known color: Cavern Pink. HEX triplet: DE, BA and B1. RGB value is (222,186,177). Sum of RGB (Red+Green+Blue) = 222+186+177=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAB1 is #21454E. Grayscale: #C3C3C3. Windows color (decimal): -2180431 or 11647710. OLE color: 11647710.

HSL color Cylindrical-coordinate representation of color #DEBAB1: hue angle of 12º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBAB1 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 177 -
CMYK 0 0.16 0.20 0.13
HSL 12º 0.41% 0.78% -
HSV(B) 12º 0.2% 0.87% -
XYZ 55.62 53.82 49.05 -
YUV 195.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 222 186 177 0 0.16 0.20 0.13 12 0.41 0.78
Hex DE BA B1 0 10 14 D C 29 4E
Octal 336 272 261 0 20 24 15 14 51 116
Binary 11011110 10111010 10110001 0 10000 10100 1101 1100 101001 1001110

Color Harmonies of #DEBAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAB1

Black with #DEBAB1

Text Example


Text Example

White with #DEBAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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