#DFB3AD

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

Shades of Cavern Pink #DFB3AD

Tints of Cavern Pink #DFB3AD

Color information

#DFB3AD (or 0xDFB3AD) is unknown color: approx Cavern Pink. HEX triplet: DF, B3 and AD. RGB value is (223,179,173). Sum of RGB (Red+Green+Blue) = 223+179+173=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB3AD is #204C52. Grayscale: #BFBFBF. Windows color (decimal): -2116691 or 11383775. OLE color: 11383775.

HSL color Cylindrical-coordinate representation of color #DFB3AD: hue angle of 7.2º degrees, saturation: 0.44, 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 #DFB3AD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223179173-
CMYK00.200.220.13
HSL7.2º43.86%77.65%-
HSV(B)7.2º22.42%87.45%-
XYZ54.0950.9546.52-
YUV191.47117.58150.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=38.78%
G=31.13%
B=30.09%

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
Decimal22317917300.200.220.137.243.8677.65
HexDFB3AD01416D72c4e
Octal3372632550242615754116
Binary1101111110110011101011010101001011011011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3AD; }

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

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

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

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

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

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

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

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