#DFBFBA

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

Shades of Cavern Pink #DFBFBA

Tints of Cavern Pink #DFBFBA

Color information

#DFBFBA (or 0xDFBFBA) is unknown color: approx Cavern Pink. HEX triplet: DF, BF and BA. RGB value is (223,191,186). Sum of RGB (Red+Green+Blue) = 223+191+186=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFBA is #204045. Grayscale: #C8C8C8. Windows color (decimal): -2113606 or 12238815. OLE color: 12238815.

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

Color convert

RGB223191186-
CMYK00.140.170.13
HSL8.11º36.63%80.2%-
HSV(B)8.11º16.59%87.45%-
XYZ57.9356.4954.31-
YUV200120.1144.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 186 (73.05% from 255) = 31%
R=37.17%
G=31.83%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319118600.140.170.138.1136.6380.2
HexDFBFBA0E11D82550
Octal33727727201621151045120
Binary1101111110111111101110100111010001110110001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFBA; }

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

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

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

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

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

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

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

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