#DFB8B8

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

Shades of Cavern Pink #DFB8B8

Tints of Cavern Pink #DFB8B8

Color information

#DFB8B8 (or 0xDFB8B8) is unknown color: approx Cavern Pink. HEX triplet: DF, B8 and B8. RGB value is (223,184,184). Sum of RGB (Red+Green+Blue) = 223+184+184=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8B8 is #204747. Grayscale: #C3C3C3. Windows color (decimal): -2115400 or 12105951. OLE color: 12105951.

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

Color convert

RGB223184184-
CMYK00.170.170.13
HSL37.86%79.8%-
HSV(B)17.49%87.45%-
XYZ56.2253.4352.7-
YUV195.66121.42147.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 184 (72.27% from 255) = 31.13%
R=37.73%
G=31.13%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318418400.170.170.13037.8679.8
HexDFB8B801111D02650
Octal3372702700212115046120
Binary11011111101110001011100001000110001110101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB8B8; }

 p { color: rgb(223,184,184); }

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

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

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

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

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

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

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