#DBBDB6

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

Shades of Cavern Pink #DBBDB6

Tints of Cavern Pink #DBBDB6

Color information

#DBBDB6 (or 0xDBBDB6) is unknown color: approx Cavern Pink. HEX triplet: DB, BD and B6. RGB value is (219,189,182). Sum of RGB (Red+Green+Blue) = 219+189+182=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDB6 is #244249. Grayscale: #C5C5C5. Windows color (decimal): -2376266 or 11976155. OLE color: 11976155.

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

Color convert

RGB219189182-
CMYK00.140.170.14
HSL11.35º33.94%78.63%-
HSV(B)11.35º16.89%85.88%-
XYZ55.8554.8351.9-
YUV197.17119.44143.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=37.12%
G=32.03%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918918200.140.170.1411.3533.9478.63
HexDBBDB60E11Eb224f
Octal33327526601621161342117
Binary1101101110111101101101100111010001111010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDB6; }

 p { color: rgb(219,189,182); }

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

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

 a { background-color: rgb(219,189,182); }

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

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

 span { border-color: rgb(219,189,182); }

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