#DFBAB3

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

Shades of Cavern Pink #DFBAB3

Tints of Cavern Pink #DFBAB3

Color information

#DFBAB3 (or 0xDFBAB3) is unknown color: approx Cavern Pink. HEX triplet: DF, BA and B3. RGB value is (223,186,179). Sum of RGB (Red+Green+Blue) = 223+186+179=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB3 is #20454C. Grayscale: #C4C4C4. Windows color (decimal): -2114893 or 11778783. OLE color: 11778783.

HSL color Cylindrical-coordinate representation of color #DFBAB3: hue angle of 9.55º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBAB3 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223186179-
CMYK00.170.200.13
HSL9.55º40.74%78.82%-
HSV(B)9.55º19.73%87.45%-
XYZ56.1354.0650.12-
YUV196.26118.26147.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=37.93%
G=31.63%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318617900.170.200.139.5540.7478.82
HexDFBAB301114Da294f
Octal33727226302124151251117
Binary11011111101110101011001101000110100110110101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAB3; }

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

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

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

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

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

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

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

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