#DFC0BC

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

Shades of Cavern Pink #DFC0BC

Tints of Cavern Pink #DFC0BC

Color information

#DFC0BC (or 0xDFC0BC) is unknown color: approx Cavern Pink. HEX triplet: DF, C0 and BC. RGB value is (223,192,188). Sum of RGB (Red+Green+Blue) = 223+192+188=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0BC is #203F43. Grayscale: #C8C8C8. Windows color (decimal): -2113348 or 12370143. OLE color: 12370143.

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

Color convert

RGB223192188-
CMYK00.140.160.13
HSL6.86º35.35%80.59%-
HSV(B)6.86º15.7%87.45%-
XYZ58.3657.0255.51-
YUV200.81120.77143.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=36.98%
G=31.84%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319218800.140.160.136.8635.3580.59
HexDFC0BC0E10D72351
Octal3373002740162015743121
Binary110111111100000010111100011101000011011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0BC; }

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

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

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

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

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

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

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

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