#DFBEB6

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

Shades of Cavern Pink #DFBEB6

Tints of Cavern Pink #DFBEB6

Color information

#DFBEB6 (or 0xDFBEB6) is unknown color: approx Cavern Pink. HEX triplet: DF, BE and B6. RGB value is (223,190,182). Sum of RGB (Red+Green+Blue) = 223+190+182=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEB6 is #204149. Grayscale: #C7C7C7. Windows color (decimal): -2113866 or 11976415. OLE color: 11976415.

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

Color convert

RGB223190182-
CMYK00.150.180.13
HSL11.71º39.05%79.41%-
HSV(B)11.71º18.39%87.45%-
XYZ57.2955.8952.02-
YUV198.96118.43145.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=37.48%
G=31.93%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319018200.150.180.1311.7139.0579.41
HexDFBEB60F12Dc274f
Octal33727626601722151447117
Binary1101111110111110101101100111110010110111001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEB6; }

 p { color: rgb(223,190,182); }

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

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

 a { background-color: rgb(223,190,182); }

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

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

 span { border-color: rgb(223,190,182); }

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