#DBBCBA

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

Shades of Cavern Pink #DBBCBA

Tints of Cavern Pink #DBBCBA

Color information

#DBBCBA (or 0xDBBCBA) is unknown color: approx Cavern Pink. HEX triplet: DB, BC and BA. RGB value is (219,188,186). Sum of RGB (Red+Green+Blue) = 219+188+186=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCBA is #244345. Grayscale: #C5C5C5. Windows color (decimal): -2376518 or 12238043. OLE color: 12238043.

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

Color convert

RGB219188186-
CMYK00.140.150.14
HSL3.64º31.43%79.41%-
HSV(B)3.64º15.07%85.88%-
XYZ56.0654.5754.03-
YUV197.04121.77143.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=36.93%
G=31.70%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918818600.140.150.143.6431.4379.41
HexDBBCBA0EFE41f4f
Octal3332742720161716437117
Binary1101101110111100101110100111011111110100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCBA; }

 p { color: rgb(219,188,186); }

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

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

 a { background-color: rgb(219,188,186); }

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

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

 span { border-color: rgb(219,188,186); }

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