#DFAFAD

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

Shades of Cavern Pink #DFAFAD

Tints of Cavern Pink #DFAFAD

Color information

#DFAFAD (or 0xDFAFAD) is unknown color: approx Cavern Pink. HEX triplet: DF, AF and AD. RGB value is (223,175,173). Sum of RGB (Red+Green+Blue) = 223+175+173=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAFAD is #205052. Grayscale: #BDBDBD. Windows color (decimal): -2117715 or 11382751. OLE color: 11382751.

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

Color convert

RGB223175173-
CMYK00.220.220.13
HSL2.4º43.86%77.65%-
HSV(B)2.4º22.42%87.45%-
XYZ53.349.3746.25-
YUV189.12118.9152.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=39.05%
G=30.65%
B=30.30%

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
Decimal22317517300.220.220.132.443.8677.65
HexDFAFAD01616D22c4e
Octal3372572550262615254116
Binary110111111010111110101101010110101101101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFAD; }

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

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

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

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

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

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

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

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