#DFBBBA

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

Shades of Cavern Pink #DFBBBA

Tints of Cavern Pink #DFBBBA

Color information

#DFBBBA (or 0xDFBBBA) is unknown color: approx Cavern Pink. HEX triplet: DF, BB and BA. RGB value is (223,187,186). Sum of RGB (Red+Green+Blue) = 223+187+186=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBBA is #204445. Grayscale: #C5C5C5. Windows color (decimal): -2114630 or 12237791. OLE color: 12237791.

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

Color convert

RGB223187186-
CMYK00.160.170.13
HSL1.62º36.63%80.2%-
HSV(B)1.62º16.59%87.45%-
XYZ57.0654.7754.02-
YUV197.65121.43146.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=37.42%
G=31.38%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318718600.160.170.131.6236.6380.2
HexDFBBBA01011D22550
Octal3372732720202115245120
Binary110111111011101110111010010000100011101101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBBA; }

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

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

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

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

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

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

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

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