#DFAEAB

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

Shades of Cavern Pink #DFAEAB

Tints of Cavern Pink #DFAEAB

Color information

#DFAEAB (or 0xDFAEAB) is unknown color: approx Cavern Pink. HEX triplet: DF, AE and AB. RGB value is (223,174,171). Sum of RGB (Red+Green+Blue) = 223+174+171=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEAB is #205154. Grayscale: #BCBCBC. Windows color (decimal): -2117973 or 11251423. OLE color: 11251423.

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

Color convert

RGB223174171-
CMYK00.220.230.13
HSL3.46º44.83%77.25%-
HSV(B)3.46º23.32%87.45%-
XYZ52.9248.945.18-
YUV188.31118.23152.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=39.26%
G=30.63%
B=30.11%

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
Decimal22317417100.220.230.133.4644.8377.25
HexDFAEAB01617D32d4d
Octal3372562530262715355115
Binary110111111010111010101011010110101111101111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEAB; }

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

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

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

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

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

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

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

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