#DFAEAC

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

Shades of Cavern Pink #DFAEAC

Tints of Cavern Pink #DFAEAC

Color information

#DFAEAC (or 0xDFAEAC) is unknown color: approx Cavern Pink. HEX triplet: DF, AE and AC. RGB value is (223,174,172). Sum of RGB (Red+Green+Blue) = 223+174+172=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEAC is #205153. Grayscale: #BCBCBC. Windows color (decimal): -2117972 or 11316959. OLE color: 11316959.

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

Color convert

RGB223174172-
CMYK00.220.230.13
HSL2.35º44.35%77.45%-
HSV(B)2.35º22.87%87.45%-
XYZ53.0148.9445.68-
YUV188.42118.73152.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=39.19%
G=30.58%
B=30.23%

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
Decimal22317417200.220.230.132.3544.3577.45
HexDFAEAC01617D22c4d
Octal3372562540262715254115
Binary110111111010111010101100010110101111101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEAC; }

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

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

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

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

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

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

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

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