#DFC1BD

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

Shades of Cavern Pink #DFC1BD

Tints of Cavern Pink #DFC1BD

Color information

#DFC1BD (or 0xDFC1BD) is unknown color: approx Cavern Pink. HEX triplet: DF, C1 and BD. RGB value is (223,193,189). Sum of RGB (Red+Green+Blue) = 223+193+189=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BD is #203E42. Grayscale: #C9C9C9. Windows color (decimal): -2113091 or 12435935. OLE color: 12435935.

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

Color convert

RGB223193189-
CMYK00.130.150.13
HSL7.06º34.69%80.78%-
HSV(B)7.06º15.25%87.45%-
XYZ58.6957.556.15-
YUV201.51120.94143.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=36.86%
G=31.90%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319318900.130.150.137.0634.6980.78
HexDFC1BD0DFD72351
Octal3373012750151715743121
Binary11011111110000011011110101101111111011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1BD; }

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

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

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

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

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

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

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

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