#DDBFBA

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

Shades of Cavern Pink #DDBFBA

Tints of Cavern Pink #DDBFBA

Color information

#DDBFBA (or 0xDDBFBA) is unknown color: approx Cavern Pink. HEX triplet: DD, BF and BA. RGB value is (221,191,186). Sum of RGB (Red+Green+Blue) = 221+191+186=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFBA is #224045. Grayscale: #C7C7C7. Windows color (decimal): -2244678 or 12238813. OLE color: 12238813.

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

Color convert

RGB221191186-
CMYK00.140.160.13
HSL8.57º33.98%79.8%-
HSV(B)8.57º15.84%86.67%-
XYZ57.3156.1854.28-
YUV199.4120.44143.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=36.96%
G=31.94%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119118600.140.160.138.5733.9879.8
HexDDBFBA0E10D92250
Octal33527727201620151142120
Binary1101110110111111101110100111010000110110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFBA; }

 p { color: rgb(221,191,186); }

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

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

 a { background-color: rgb(221,191,186); }

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

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

 span { border-color: rgb(221,191,186); }

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