#DFB3AF

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

Shades of Cavern Pink #DFB3AF

Tints of Cavern Pink #DFB3AF

Color information

#DFB3AF (or 0xDFB3AF) is unknown color: approx Cavern Pink. HEX triplet: DF, B3 and AF. RGB value is (223,179,175). Sum of RGB (Red+Green+Blue) = 223+179+175=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB3AF is #204C50. Grayscale: #BFBFBF. Windows color (decimal): -2116689 or 11514847. OLE color: 11514847.

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

Color convert

RGB223179175-
CMYK00.200.220.13
HSL42.86%78.04%-
HSV(B)21.52%87.45%-
XYZ54.2951.0247.54-
YUV191.7118.58150.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=38.65%
G=31.02%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317917500.200.220.13542.8678.04
HexDFB3AF01416D52b4e
Octal3372632570242615553116
Binary1101111110110011101011110101001011011011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3AF; }

 p { color: rgb(223,179,175); }

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

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

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

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

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

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

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