#DEBAB0

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

Shades of Cavern Pink #DEBAB0

Tints of Cavern Pink #DEBAB0

Color information

#DEBAB0 (or 0xDEBAB0) is unknown color: approx Cavern Pink. HEX triplet: DE, BA and B0. RGB value is (222,186,176). Sum of RGB (Red+Green+Blue) = 222+186+176=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAB0 is #21454F. Grayscale: #C3C3C3. Windows color (decimal): -2180432 or 11582174. OLE color: 11582174.

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

Color convert

RGB222186176-
CMYK00.160.210.13
HSL13.04º41.07%78.04%-
HSV(B)13.04º20.72%87.06%-
XYZ55.5253.7848.53-
YUV195.62116.93146.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=38.01%
G=31.85%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218617600.160.210.1313.0441.0778.04
HexDEBAB001015Dd294e
Octal33627226002025151551116
Binary11011110101110101011000001000010101110111011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAB0; }

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

 H1.HeaderClassName
 {
   color: #DEBAB0;
 }
 .AnyTagClassName
 {
   color: #DEBAB0;
 }
</style>
background-color css

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

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

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

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

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

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