#DFB7AE

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

Shades of Cavern Pink #DFB7AE

Tints of Cavern Pink #DFB7AE

Color information

#DFB7AE (or 0xDFB7AE) is unknown color: approx Cavern Pink. HEX triplet: DF, B7 and AE. RGB value is (223,183,174). Sum of RGB (Red+Green+Blue) = 223+183+174=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB7AE is #204851. Grayscale: #C2C2C2. Windows color (decimal): -2115666 or 11450335. OLE color: 11450335.

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

Color convert

RGB223183174-
CMYK00.180.220.13
HSL11.02º43.36%77.84%-
HSV(B)11.02º21.97%87.45%-
XYZ5552.6147.3-
YUV193.93116.75148.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 174 (68.36% from 255) = 30%
R=38.45%
G=31.55%
B=30%

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
Decimal22318317400.180.220.1311.0243.3677.84
HexDFB7AE01216Db2b4e
Octal33726725602226151353116
Binary11011111101101111010111001001010110110110111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB7AE; }

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

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

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

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

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

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

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

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