#DFB1AF

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

Shades of Cavern Pink #DFB1AF

Tints of Cavern Pink #DFB1AF

Color information

#DFB1AF (or 0xDFB1AF) is unknown color: approx Cavern Pink. HEX triplet: DF, B1 and AF. RGB value is (223,177,175). Sum of RGB (Red+Green+Blue) = 223+177+175=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1AF is #204E50. Grayscale: #BEBEBE. Windows color (decimal): -2117201 or 11514335. OLE color: 11514335.

HSL color Cylindrical-coordinate representation of color #DFB1AF: hue angle of 2.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB1AF is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223177175-
CMYK00.210.220.13
HSL2.5º42.86%78.04%-
HSV(B)2.5º21.52%87.45%-
XYZ53.8950.2347.41-
YUV190.53119.24151.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=38.78%
G=30.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317717500.210.220.132.542.8678.04
HexDFB1AF01516D32b4e
Octal3372612570252615353116
Binary110111111011000110101111010101101101101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1AF; }

 p { color: rgb(223,177,175); }

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

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

 a { background-color: rgb(223,177,175); }

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

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

 span { border-color: rgb(223,177,175); }

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