#DFBAAE

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

Shades of Cavern Pink #DFBAAE

Tints of Cavern Pink #DFBAAE

Color information

#DFBAAE (or 0xDFBAAE) is unknown color: approx Cavern Pink. HEX triplet: DF, BA and AE. RGB value is (223,186,174). Sum of RGB (Red+Green+Blue) = 223+186+174=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAAE is #204551. Grayscale: #C3C3C3. Windows color (decimal): -2114898 or 11451103. OLE color: 11451103.

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

Color convert

RGB223186174-
CMYK00.170.220.13
HSL14.69º43.36%77.84%-
HSV(B)14.69º21.97%87.45%-
XYZ55.6353.8647.51-
YUV195.7115.76147.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=38.25%
G=31.90%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318617400.170.220.1314.6943.3677.84
HexDFBAAE01116Df2b4e
Octal33727225602126151753116
Binary11011111101110101010111001000110110110111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAAE; }

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

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

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

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

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

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

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

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