#DFAFAC

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

Shades of Cavern Pink #DFAFAC

Tints of Cavern Pink #DFAFAC

Color information

#DFAFAC (or 0xDFAFAC) is unknown color: approx Cavern Pink. HEX triplet: DF, AF and AC. RGB value is (223,175,172). Sum of RGB (Red+Green+Blue) = 223+175+172=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAFAC is #205053. Grayscale: #BDBDBD. Windows color (decimal): -2117716 or 11317215. OLE color: 11317215.

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

Color convert

RGB223175172-
CMYK00.220.230.13
HSL3.53º44.35%77.45%-
HSV(B)3.53º22.87%87.45%-
XYZ53.2149.3345.75-
YUV189.01118.4152.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=39.12%
G=30.70%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317517200.220.230.133.5344.3577.45
HexDFAFAC01617D42c4d
Octal3372572540262715454115
Binary1101111110101111101011000101101011111011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFAC; }

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

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

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

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

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

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

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

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