#DFBAB5

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

Shades of Cavern Pink #DFBAB5

Tints of Cavern Pink #DFBAB5

Color information

#DFBAB5 (or 0xDFBAB5) is unknown color: approx Cavern Pink. HEX triplet: DF, BA and B5. RGB value is (223,186,181). Sum of RGB (Red+Green+Blue) = 223+186+181=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB5 is #20454A. Grayscale: #C4C4C4. Windows color (decimal): -2114891 or 11909855. OLE color: 11909855.

HSL color Cylindrical-coordinate representation of color #DFBAB5: hue angle of 7.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBAB5 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223186181-
CMYK00.170.190.13
HSL7.14º39.62%79.22%-
HSV(B)7.14º18.83%87.45%-
XYZ56.3354.1451.2-
YUV196.49119.26146.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=37.80%
G=31.53%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318618100.170.190.137.1439.6279.22
HexDFBAB501113D7284f
Octal3372722650212315750117
Binary1101111110111010101101010100011001111011111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAB5; }

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

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

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

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

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

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

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

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