#DFBABA

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

Shades of Cavern Pink #DFBABA

Tints of Cavern Pink #DFBABA

Color information

#DFBABA (or 0xDFBABA) is unknown color: approx Cavern Pink. HEX triplet: DF, BA and BA. RGB value is (223,186,186). Sum of RGB (Red+Green+Blue) = 223+186+186=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABA is #204545. Grayscale: #C5C5C5. Windows color (decimal): -2114886 or 12237535. OLE color: 12237535.

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

Color convert

RGB223186186-
CMYK00.170.170.13
HSL36.63%80.2%-
HSV(B)16.59%87.45%-
XYZ56.8554.3553.95-
YUV197.06121.76146.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=37.48%
G=31.26%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318618600.170.170.13036.6380.2
HexDFBABA01111D02550
Octal3372722720212115045120
Binary11011111101110101011101001000110001110101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBABA; }

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

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

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

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

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

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

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

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