#DFBAB1

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

Shades of Cavern Pink #DFBAB1

Tints of Cavern Pink #DFBAB1

Color information

#DFBAB1 (or 0xDFBAB1) is unknown color: approx Cavern Pink. HEX triplet: DF, BA and B1. RGB value is (223,186,177). Sum of RGB (Red+Green+Blue) = 223+186+177=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAB1 is #20454E. Grayscale: #C4C4C4. Windows color (decimal): -2114895 or 11647711. OLE color: 11647711.

HSL color Cylindrical-coordinate representation of color #DFBAB1: hue angle of 11.74º degrees, saturation: 0.42, 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 #DFBAB1 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223186177-
CMYK00.170.210.13
HSL11.74º41.82%78.43%-
HSV(B)11.74º20.63%87.45%-
XYZ55.9353.9849.07-
YUV196.04117.26147.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=38.05%
G=31.74%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318617700.170.210.1311.7441.8278.43
HexDFBAB101115Dc2a4e
Octal33727226102125151452116
Binary11011111101110101011000101000110101110111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAB1; }

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

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

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

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

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

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

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

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