#DFB1AD

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

Shades of Cavern Pink #DFB1AD

Tints of Cavern Pink #DFB1AD

Color information

#DFB1AD (or 0xDFB1AD) is unknown color: approx Cavern Pink. HEX triplet: DF, B1 and AD. RGB value is (223,177,173). Sum of RGB (Red+Green+Blue) = 223+177+173=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1AD is #204E52. Grayscale: #BEBEBE. Windows color (decimal): -2117203 or 11383263. OLE color: 11383263.

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

Color convert

RGB223177173-
CMYK00.210.220.13
HSL4.8º43.86%77.65%-
HSV(B)4.8º22.42%87.45%-
XYZ53.750.1546.38-
YUV190.3118.24151.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=38.92%
G=30.89%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317717300.210.220.134.843.8677.65
HexDFB1AD01516D52c4e
Octal3372612550252615554116
Binary1101111110110001101011010101011011011011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1AD; }

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

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

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

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

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

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

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

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