#D8BDBA

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

Shades of Cavern Pink #D8BDBA

Tints of Cavern Pink #D8BDBA

Color information

#D8BDBA (or 0xD8BDBA) is unknown color: approx Cavern Pink. HEX triplet: D8, BD and BA. RGB value is (216,189,186). Sum of RGB (Red+Green+Blue) = 216+189+186=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDBA is #274245. Grayscale: #C4C4C4. Windows color (decimal): -2572870 or 12238296. OLE color: 12238296.

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

Color convert

RGB216189186-
CMYK00.120.140.15
HSL27.78%78.82%-
HSV(B)13.89%84.71%-
XYZ55.3854.5454.06-
YUV196.73121.95141.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=36.55%
G=31.98%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618918600.120.140.15627.7878.82
HexD8BDBA0CEF61c4f
Octal3302752720141617634117
Binary1101100010111101101110100110011101111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDBA; }

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

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

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

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

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

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

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

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