#DFB3B1

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

Shades of Cavern Pink #DFB3B1

Tints of Cavern Pink #DFB3B1

Color information

#DFB3B1 (or 0xDFB3B1) is unknown color: approx Cavern Pink. HEX triplet: DF, B3 and B1. RGB value is (223,179,177). Sum of RGB (Red+Green+Blue) = 223+179+177=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB3B1 is #204C4E. Grayscale: #BFBFBF. Windows color (decimal): -2116687 or 11645919. OLE color: 11645919.

HSL color Cylindrical-coordinate representation of color #DFB3B1: hue angle of 2.61º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB3B1 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223179177-
CMYK00.200.210.13
HSL2.61º41.82%78.43%-
HSV(B)2.61º20.63%87.45%-
XYZ54.4951.148.59-
YUV191.93119.58150.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=38.51%
G=30.92%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317917700.200.210.132.6141.8278.43
HexDFB3B101415D32a4e
Octal3372632610242515352116
Binary110111111011001110110001010100101011101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3B1; }

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

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

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

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

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

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

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

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