#DFC1BA

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

Shades of Cavern Pink #DFC1BA

Tints of Cavern Pink #DFC1BA

Color information

#DFC1BA (or 0xDFC1BA) is unknown color: approx Cavern Pink. HEX triplet: DF, C1 and BA. RGB value is (223,193,186). Sum of RGB (Red+Green+Blue) = 223+193+186=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BA is #203E45. Grayscale: #C9C9C9. Windows color (decimal): -2113094 or 12239327. OLE color: 12239327.

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

Color convert

RGB223193186-
CMYK00.130.170.13
HSL11.35º36.63%80.2%-
HSV(B)11.35º16.59%87.45%-
XYZ58.3657.3754.45-
YUV201.17119.44143.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 193 (75.78% from 255) = 32.06%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=37.04%
G=32.06%
B=30.90%

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
Decimal22319318600.130.170.1311.3536.6380.2
HexDFC1BA0D11Db2550
Octal33730127201521151345120
Binary1101111111000001101110100110110001110110111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1BA; }

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

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

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

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

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

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

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

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