#DFC1BE

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

Shades of Cavern Pink #DFC1BE

Tints of Cavern Pink #DFC1BE

Color information

#DFC1BE (or 0xDFC1BE) is unknown color: approx Cavern Pink. HEX triplet: DF, C1 and BE. RGB value is (223,193,190). Sum of RGB (Red+Green+Blue) = 223+193+190=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BE is #203E41. Grayscale: #C9C9C9. Windows color (decimal): -2113090 or 12501471. OLE color: 12501471.

HSL color Cylindrical-coordinate representation of color #DFC1BE: hue angle of 5.45º degrees, saturation: 0.34, 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 #DFC1BE is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223193190-
CMYK00.130.150.13
HSL5.45º34.02%80.98%-
HSV(B)5.45º14.8%87.45%-
XYZ58.857.5556.72-
YUV201.63121.44143.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=36.80%
G=31.85%
B=31.35%

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
Decimal22319319000.130.150.135.4534.0280.98
HexDFC1BE0DFD52251
Octal3373012760151715542121
Binary11011111110000011011111001101111111011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1BE; }

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

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

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

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

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

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

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

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