#DFBFB4

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

Shades of Cavern Pink #DFBFB4

Tints of Cavern Pink #DFBFB4

Color information

#DFBFB4 (or 0xDFBFB4) is unknown color: approx Cavern Pink. HEX triplet: DF, BF and B4. RGB value is (223,191,180). Sum of RGB (Red+Green+Blue) = 223+191+180=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFB4 is #20404B. Grayscale: #C7C7C7. Windows color (decimal): -2113612 or 11845599. OLE color: 11845599.

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

Color convert

RGB223191180-
CMYK00.140.190.13
HSL15.35º40.19%79.02%-
HSV(B)15.35º19.28%87.45%-
XYZ57.356.2451.02-
YUV199.31117.1144.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=37.54%
G=32.15%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319118000.140.190.1315.3540.1979.02
HexDFBFB40E13Df284f
Octal33727726401623151750117
Binary1101111110111111101101000111010011110111111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFB4; }

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

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

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

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

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

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

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

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