#DEBAB1

Color #DEBAB1 Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DEBAB1

Tints of Cavern Pink #DEBAB1

Color information

#DEBAB1 (or 0xDEBAB1) is unknown color: approx 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

RGB222186177-
CMYK00.160.200.13
HSL12º40.54%78.24%-
HSV(B)12º20.27%87.06%-
XYZ55.6253.8249.05-
YUV195.74117.43146.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218617700.160.200.131240.5478.24
HexDEBAB101014Dc294e
Octal33627226102024151451116
Binary11011110101110101011000101000010100110111001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>