#DFB4AE

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

Shades of Cavern Pink #DFB4AE

Tints of Cavern Pink #DFB4AE

Color information

#DFB4AE (or 0xDFB4AE) is unknown color: approx Cavern Pink. HEX triplet: DF, B4 and AE. RGB value is (223,180,174). Sum of RGB (Red+Green+Blue) = 223+180+174=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4AE is #204B51. Grayscale: #C0C0C0. Windows color (decimal): -2116434 or 11449567. OLE color: 11449567.

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

Color convert

RGB223180174-
CMYK00.190.220.13
HSL7.35º43.36%77.84%-
HSV(B)7.35º21.97%87.45%-
XYZ54.3951.3947.1-
YUV192.17117.75149.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=38.65%
G=31.20%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318017400.190.220.137.3543.3677.84
HexDFB4AE01316D72b4e
Octal3372642560232615753116
Binary1101111110110100101011100100111011011011111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4AE; }

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

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

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

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

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

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

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

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