#D8BDBB

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

Shades of Cavern Pink #D8BDBB

Tints of Cavern Pink #D8BDBB

Color information

#D8BDBB (or 0xD8BDBB) is unknown color: approx Cavern Pink. HEX triplet: D8, BD and BB. RGB value is (216,189,187). Sum of RGB (Red+Green+Blue) = 216+189+187=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDBB is #274244. Grayscale: #C4C4C4. Windows color (decimal): -2572869 or 12303832. OLE color: 12303832.

HSL color Cylindrical-coordinate representation of color #D8BDBB: hue angle of 4.14º degrees, saturation: 0.27, 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 #D8BDBB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216189187-
CMYK00.120.130.15
HSL4.14º27.1%79.02%-
HSV(B)4.14º13.43%84.71%-
XYZ55.4954.5854.62-
YUV196.84122.45141.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=36.49%
G=31.93%
B=31.59%

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
Decimal21618918700.120.130.154.1427.179.02
HexD8BDBB0CDF41b4f
Octal3302752730141517433117
Binary1101100010111101101110110110011011111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDBB; }

 p { color: rgb(216,189,187); }

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

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

 a { background-color: rgb(216,189,187); }

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

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

 span { border-color: rgb(216,189,187); }

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