#DFB6AE

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

Shades of Cavern Pink #DFB6AE

Tints of Cavern Pink #DFB6AE

Color information

#DFB6AE (or 0xDFB6AE) is unknown color: approx Cavern Pink. HEX triplet: DF, B6 and AE. RGB value is (223,182,174). Sum of RGB (Red+Green+Blue) = 223+182+174=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6AE is #204951. Grayscale: #C1C1C1. Windows color (decimal): -2115922 or 11450079. OLE color: 11450079.

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

Color convert

RGB223182174-
CMYK00.180.220.13
HSL9.8º43.36%77.84%-
HSV(B)9.8º21.97%87.45%-
XYZ54.852.247.23-
YUV193.35117.08149.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=38.51%
G=31.43%
B=30.05%

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
Decimal22318217400.180.220.139.843.3677.84
HexDFB6AE01216Da2b4e
Octal33726625602226151253116
Binary11011111101101101010111001001010110110110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6AE; }

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

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

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

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

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

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

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

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