#DBA6BB

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

Shades of Shocking #DBA6BB

Tints of Shocking #DBA6BB

Color information

#DBA6BB (or 0xDBA6BB) is unknown color: approx Shocking. HEX triplet: DB, A6 and BB. RGB value is (219,166,187). Sum of RGB (Red+Green+Blue) = 219+166+187=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6BB is #245944. Grayscale: #B8B8B8. Windows color (decimal): -2382149 or 12297947. OLE color: 12297947.

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

Color convert

RGB219166187-
CMYK00.240.150.14
HSL336.23º42.4%75.49%-
HSV(B)336.23º24.2%85.88%-
XYZ51.8245.9253.15-
YUV184.24129.56152.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=38.29%
G=29.02%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916618700.240.150.14336.2342.475.49
HexDBA6BB018FE1502a4b
Octal333246273030171652052113
Binary110110111010011010111011011000111111101010100001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6BB; }

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

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

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

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

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

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

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

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