#DFBAAF

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

Shades of Cavern Pink #DFBAAF

Tints of Cavern Pink #DFBAAF

Color information

#DFBAAF (or 0xDFBAAF) is unknown color: approx Cavern Pink. HEX triplet: DF, BA and AF. RGB value is (223,186,175). Sum of RGB (Red+Green+Blue) = 223+186+175=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAAF is #204550. Grayscale: #C3C3C3. Windows color (decimal): -2114897 or 11516639. OLE color: 11516639.

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

Color convert

RGB223186175-
CMYK00.170.220.13
HSL13.75º42.86%78.04%-
HSV(B)13.75º21.52%87.45%-
XYZ55.7353.948.02-
YUV195.81116.26147.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=38.18%
G=31.85%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318617500.170.220.1313.7542.8678.04
HexDFBAAF01116De2b4e
Octal33727225702126151653116
Binary11011111101110101010111101000110110110111101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAAF; }

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

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

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

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

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

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

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

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