#DFB6AD

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

Shades of Cavern Pink #DFB6AD

Tints of Cavern Pink #DFB6AD

Color information

#DFB6AD (or 0xDFB6AD) is unknown color: approx Cavern Pink. HEX triplet: DF, B6 and AD. RGB value is (223,182,173). Sum of RGB (Red+Green+Blue) = 223+182+173=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6AD is #204952. Grayscale: #C1C1C1. Windows color (decimal): -2115923 or 11384543. OLE color: 11384543.

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

Color convert

RGB223182173-
CMYK00.180.220.13
HSL10.8º43.86%77.65%-
HSV(B)10.8º22.42%87.45%-
XYZ54.752.1646.72-
YUV193.23116.58149.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=38.58%
G=31.49%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318217300.180.220.1310.843.8677.65
HexDFB6AD01216Db2c4e
Octal33726625502226151354116
Binary11011111101101101010110101001010110110110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6AD; }

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

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

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

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

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

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

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

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