#D8BFBC

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

Shades of Cavern Pink #D8BFBC

Tints of Cavern Pink #D8BFBC

Color information

#D8BFBC (or 0xD8BFBC) is unknown color: approx Cavern Pink. HEX triplet: D8, BF and BC. RGB value is (216,191,188). Sum of RGB (Red+Green+Blue) = 216+191+188=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFBC is #274043. Grayscale: #C6C6C6. Windows color (decimal): -2572356 or 12369880. OLE color: 12369880.

HSL color Cylindrical-coordinate representation of color #D8BFBC: hue angle of 6.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BFBC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216191188-
CMYK00.120.130.15
HSL6.43º26.42%79.22%-
HSV(B)6.43º12.96%84.71%-
XYZ56.0355.4955.33-
YUV198.13122.28140.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=36.30%
G=32.10%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619118800.120.130.156.4326.4279.22
HexD8BFBC0CDF61a4f
Octal3302772740141517632117
Binary1101100010111111101111000110011011111110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFBC; }

 p { color: rgb(216,191,188); }

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

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

 a { background-color: rgb(216,191,188); }

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

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

 span { border-color: rgb(216,191,188); }

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