#DFB9B3

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

Shades of Cavern Pink #DFB9B3

Tints of Cavern Pink #DFB9B3

Color information

#DFB9B3 (or 0xDFB9B3) is unknown color: approx Cavern Pink. HEX triplet: DF, B9 and B3. RGB value is (223,185,179). Sum of RGB (Red+Green+Blue) = 223+185+179=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9B3 is #20464C. Grayscale: #C3C3C3. Windows color (decimal): -2115149 or 11778527. OLE color: 11778527.

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

Color convert

RGB223185179-
CMYK00.170.200.13
HSL8.18º40.74%78.82%-
HSV(B)8.18º19.73%87.45%-
XYZ55.9253.6450.05-
YUV195.68118.59147.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 185 (72.66% from 255) = 31.52%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=37.99%
G=31.52%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318517900.170.200.138.1840.7478.82
HexDFB9B301114D8294f
Octal33727126302124151051117
Binary11011111101110011011001101000110100110110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9B3; }

 p { color: rgb(223,185,179); }

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

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

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

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

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

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

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