#DBA6BC

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

Shades of Shocking #DBA6BC

Tints of Shocking #DBA6BC

Color information

#DBA6BC (or 0xDBA6BC) is unknown color: approx Shocking. HEX triplet: DB, A6 and BC. RGB value is (219,166,188). Sum of RGB (Red+Green+Blue) = 219+166+188=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6BC is #245943. Grayscale: #B8B8B8. Windows color (decimal): -2382148 or 12363483. OLE color: 12363483.

HSL color Cylindrical-coordinate representation of color #DBA6BC: hue angle of 335.09º 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 #DBA6BC is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219166188-
CMYK00.240.140.14
HSL335.09º42.4%75.49%-
HSV(B)335.09º24.2%85.88%-
XYZ51.9345.9653.71-
YUV184.36130.06152.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=38.22%
G=28.97%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916618800.240.140.14335.0942.475.49
HexDBA6BC018EE14f2a4b
Octal333246274030161651752113
Binary110110111010011010111100011000111011101010011111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6BC; }

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

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

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

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

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

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

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

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