#DBC0BB

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

Shades of Cavern Pink #DBC0BB

Tints of Cavern Pink #DBC0BB

Color information

#DBC0BB (or 0xDBC0BB) is unknown color: approx Cavern Pink. HEX triplet: DB, C0 and BB. RGB value is (219,192,187). Sum of RGB (Red+Green+Blue) = 219+192+187=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0BB is #243F44. Grayscale: #C7C7C7. Windows color (decimal): -2375493 or 12304603. OLE color: 12304603.

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

Color convert

RGB219192187-
CMYK00.120.150.14
HSL9.38º30.77%79.61%-
HSV(B)9.38º14.61%85.88%-
XYZ57.0356.3554.88-
YUV199.5120.95141.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=36.62%
G=32.11%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919218700.120.150.149.3830.7779.61
HexDBC0BB0CFE91f50
Octal33330027301417161137120
Binary11011011110000001011101101100111111101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0BB; }

 p { color: rgb(219,192,187); }

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

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

 a { background-color: rgb(219,192,187); }

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

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

 span { border-color: rgb(219,192,187); }

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