#DFC2BF

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

Shades of Cavern Pink #DFC2BF

Tints of Cavern Pink #DFC2BF

Color information

#DFC2BF (or 0xDFC2BF) is unknown color: approx Cavern Pink. HEX triplet: DF, C2 and BF. RGB value is (223,194,191). Sum of RGB (Red+Green+Blue) = 223+194+191=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2BF is #203D40. Grayscale: #CACACA. Windows color (decimal): -2112833 or 12567263. OLE color: 12567263.

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

Color convert

RGB223194191-
CMYK00.130.140.13
HSL5.63º33.33%81.18%-
HSV(B)5.63º14.35%87.45%-
XYZ59.1358.0357.38-
YUV202.33121.61142.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 191 (75% from 255) = 31.41%
R=36.68%
G=31.91%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319419100.130.140.135.6333.3381.18
HexDFC2BF0DED62151
Octal3373022770151615641121
Binary11011111110000101011111101101111011011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2BF; }

 p { color: rgb(223,194,191); }

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

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

 a { background-color: rgb(223,194,191); }

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

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

 span { border-color: rgb(223,194,191); }

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