#DFBBAE

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

Shades of Cavern Pink #DFBBAE

Tints of Cavern Pink #DFBBAE

Color information

#DFBBAE (or 0xDFBBAE) is unknown color: approx Cavern Pink. HEX triplet: DF, BB and AE. RGB value is (223,187,174). Sum of RGB (Red+Green+Blue) = 223+187+174=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBAE is #204451. Grayscale: #C4C4C4. Windows color (decimal): -2114642 or 11451359. OLE color: 11451359.

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

Color convert

RGB223187174-
CMYK00.160.220.13
HSL15.92º43.36%77.84%-
HSV(B)15.92º21.97%87.45%-
XYZ55.8454.2847.58-
YUV196.28115.43147.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=38.18%
G=32.02%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318717400.160.220.1315.9243.3677.84
HexDFBBAE01016D102b4e
Octal33727325602026152053116
Binary110111111011101110101110010000101101101100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBAE; }

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

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

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

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

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

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

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

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