#DFBFBB

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

Shades of Cavern Pink #DFBFBB

Tints of Cavern Pink #DFBFBB

Color information

#DFBFBB (or 0xDFBFBB) is unknown color: approx Cavern Pink. HEX triplet: DF, BF and BB. RGB value is (223,191,187). Sum of RGB (Red+Green+Blue) = 223+191+187=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFBB is #204044. Grayscale: #C8C8C8. Windows color (decimal): -2113605 or 12304351. OLE color: 12304351.

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

Color convert

RGB223191187-
CMYK00.140.160.13
HSL6.67º36%80.39%-
HSV(B)6.67º16.14%87.45%-
XYZ58.0356.5454.87-
YUV200.11120.6144.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=37.10%
G=31.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319118700.140.160.136.673680.39
HexDFBFBB0E10D72450
Octal3372772730162015744120
Binary110111111011111110111011011101000011011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFBB; }

 p { color: rgb(223,191,187); }

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

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

 a { background-color: rgb(223,191,187); }

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

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

 span { border-color: rgb(223,191,187); }

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