#DFADAC

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

Shades of Cavern Pink #DFADAC

Tints of Cavern Pink #DFADAC

Color information

#DFADAC (or 0xDFADAC) is unknown color: approx Cavern Pink. HEX triplet: DF, AD and AC. RGB value is (223,173,172). Sum of RGB (Red+Green+Blue) = 223+173+172=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADAC is #205253. Grayscale: #BBBBBB. Windows color (decimal): -2118228 or 11316703. OLE color: 11316703.

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

Color convert

RGB223173172-
CMYK00.220.230.13
HSL1.18º44.35%77.45%-
HSV(B)1.18º22.87%87.45%-
XYZ52.8248.5545.62-
YUV187.84119.06153.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=39.26%
G=30.46%
B=30.28%

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
Decimal22317317200.220.230.131.1844.3577.45
HexDFADAC01617D12c4d
Octal3372552540262715154115
Binary11011111101011011010110001011010111110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADAC; }

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

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

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

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

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

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

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

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