#DFBAB0

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

Shades of Cavern Pink #DFBAB0

Tints of Cavern Pink #DFBAB0

Color information

#DFBAB0 (or 0xDFBAB0) is unknown color: approx Cavern Pink. HEX triplet: DF, BA and B0. RGB value is (223,186,176). Sum of RGB (Red+Green+Blue) = 223+186+176=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAB0 is #20454F. Grayscale: #C4C4C4. Windows color (decimal): -2114896 or 11582175. OLE color: 11582175.

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

Color convert

RGB223186176-
CMYK00.170.210.13
HSL12.77º42.34%78.24%-
HSV(B)12.77º21.08%87.45%-
XYZ55.8353.9448.54-
YUV195.92116.76147.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=38.12%
G=31.79%
B=30.09%

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
Decimal22318617600.170.210.1312.7742.3478.24
HexDFBAB001115Dd2a4e
Octal33727226002125151552116
Binary11011111101110101011000001000110101110111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAB0; }

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

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

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

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

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

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

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

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