#DFBBB0

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

Shades of Cavern Pink #DFBBB0

Tints of Cavern Pink #DFBBB0

Color information

#DFBBB0 (or 0xDFBBB0) is unknown color: approx Cavern Pink. HEX triplet: DF, BB and B0. RGB value is (223,187,176). Sum of RGB (Red+Green+Blue) = 223+187+176=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBB0 is #20444F. Grayscale: #C4C4C4. Windows color (decimal): -2114640 or 11582431. OLE color: 11582431.

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

Color convert

RGB223187176-
CMYK00.160.210.13
HSL14.04º42.34%78.24%-
HSV(B)14.04º21.08%87.45%-
XYZ56.0454.3648.61-
YUV196.51116.43146.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=38.05%
G=31.91%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318717600.160.210.1314.0442.3478.24
HexDFBBB001015De2a4e
Octal33727326002025151652116
Binary11011111101110111011000001000010101110111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBB0; }

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

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

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

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

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

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

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

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