#DFBFBF

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

Shades of Cavern Pink #DFBFBF

Tints of Cavern Pink #DFBFBF

Color information

#DFBFBF (or 0xDFBFBF) is unknown color: approx Cavern Pink. HEX triplet: DF, BF and BF. RGB value is (223,191,191). Sum of RGB (Red+Green+Blue) = 223+191+191=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFBF is #204040. Grayscale: #C8C8C8. Windows color (decimal): -2113601 or 12566495. OLE color: 12566495.

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

Color convert

RGB223191191-
CMYK00.140.140.13
HSL33.33%81.18%-
HSV(B)14.35%87.45%-
XYZ58.4756.7157.16-
YUV200.57122.6144-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 191 (75% from 255) = 31.57%
R=36.86%
G=31.57%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319119100.140.140.13033.3381.18
HexDFBFBF0EED02151
Octal3372772770161615041121
Binary110111111011111110111111011101110110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFBF; }

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

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

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

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

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

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

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

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