#DFC1BC

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

Shades of Cavern Pink #DFC1BC

Tints of Cavern Pink #DFC1BC

Color information

#DFC1BC (or 0xDFC1BC) is unknown color: approx Cavern Pink. HEX triplet: DF, C1 and BC. RGB value is (223,193,188). Sum of RGB (Red+Green+Blue) = 223+193+188=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BC is #203E43. Grayscale: #C9C9C9. Windows color (decimal): -2113092 or 12370399. OLE color: 12370399.

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

Color convert

RGB223193188-
CMYK00.130.160.13
HSL8.57º35.35%80.59%-
HSV(B)8.57º15.7%87.45%-
XYZ58.5857.4655.58-
YUV201.4120.44143.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=36.92%
G=31.95%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319318800.130.160.138.5735.3580.59
HexDFC1BC0D10D92351
Octal33730127401520151143121
Binary1101111111000001101111000110110000110110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1BC; }

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

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

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

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

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

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

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

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