#DFAFAF

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

Shades of Cavern Pink #DFAFAF

Tints of Cavern Pink #DFAFAF

Color information

#DFAFAF (or 0xDFAFAF) is unknown color: approx Cavern Pink. HEX triplet: DF, AF and AF. RGB value is (223,175,175). Sum of RGB (Red+Green+Blue) = 223+175+175=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAFAF is #205050. Grayscale: #BDBDBD. Windows color (decimal): -2117713 or 11513823. OLE color: 11513823.

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

Color convert

RGB223175175-
CMYK00.220.220.13
HSL42.86%78.04%-
HSV(B)21.52%87.45%-
XYZ53.549.4447.28-
YUV189.35119.9152-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=38.92%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317517500.220.220.13042.8678.04
HexDFAFAF01616D02b4e
Octal3372572570262615053116
Binary11011111101011111010111101011010110110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFAF; }

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

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

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

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

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

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

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

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