#DFBDBA

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

Shades of Cavern Pink #DFBDBA

Tints of Cavern Pink #DFBDBA

Color information

#DFBDBA (or 0xDFBDBA) is unknown color: approx Cavern Pink. HEX triplet: DF, BD and BA. RGB value is (223,189,186). Sum of RGB (Red+Green+Blue) = 223+189+186=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBA is #204245. Grayscale: #C6C6C6. Windows color (decimal): -2114118 or 12238303. OLE color: 12238303.

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

Color convert

RGB223189186-
CMYK00.150.170.13
HSL4.86º36.63%80.2%-
HSV(B)4.86º16.59%87.45%-
XYZ57.4955.6354.16-
YUV198.82120.76145.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=37.29%
G=31.61%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318918600.150.170.134.8636.6380.2
HexDFBDBA0F11D52550
Octal3372752720172115545120
Binary110111111011110110111010011111000111011011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDBA; }

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

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

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

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

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

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

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

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