#DFC1B9

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

Shades of Cavern Pink #DFC1B9

Tints of Cavern Pink #DFC1B9

Color information

#DFC1B9 (or 0xDFC1B9) is unknown color: approx Cavern Pink. HEX triplet: DF, C1 and B9. RGB value is (223,193,185). Sum of RGB (Red+Green+Blue) = 223+193+185=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1B9 is #203E46. Grayscale: #C9C9C9. Windows color (decimal): -2113095 or 12173791. OLE color: 12173791.

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

Color convert

RGB223193185-
CMYK00.130.170.13
HSL12.63º37.25%80%-
HSV(B)12.63º17.04%87.45%-
XYZ58.2657.3353.89-
YUV201.06118.94143.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=37.10%
G=32.11%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319318500.130.170.1312.6337.2580
HexDFC1B90D11Dd2550
Octal33730127101521151545120
Binary1101111111000001101110010110110001110111011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1B9; }

 p { color: rgb(223,193,185); }

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

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

 a { background-color: rgb(223,193,185); }

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

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

 span { border-color: rgb(223,193,185); }

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