#DFBBB1

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

Shades of Cavern Pink #DFBBB1

Tints of Cavern Pink #DFBBB1

Color information

#DFBBB1 (or 0xDFBBB1) is unknown color: approx Cavern Pink. HEX triplet: DF, BB and B1. RGB value is (223,187,177). Sum of RGB (Red+Green+Blue) = 223+187+177=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBB1 is #20444E. Grayscale: #C4C4C4. Windows color (decimal): -2114639 or 11647967. OLE color: 11647967.

HSL color Cylindrical-coordinate representation of color #DFBBB1: hue angle of 13.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 #DFBBB1 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223187177-
CMYK00.160.210.13
HSL13.04º41.82%78.43%-
HSV(B)13.04º20.63%87.45%-
XYZ56.1454.449.14-
YUV196.62116.93146.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 177 (69.53% from 255) = 30.15%
R=37.99%
G=31.86%
B=30.15%

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
Decimal22318717700.160.210.1313.0441.8278.43
HexDFBBB101015Dd2a4e
Octal33727326102025151552116
Binary11011111101110111011000101000010101110111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBB1; }

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

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

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

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

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

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

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

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