#DBA6BF

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

Shades of Shocking #DBA6BF

Tints of Shocking #DBA6BF

Color information

#DBA6BF (or 0xDBA6BF) is unknown color: approx Shocking. HEX triplet: DB, A6 and BF. RGB value is (219,166,191). Sum of RGB (Red+Green+Blue) = 219+166+191=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6BF is #245940. Grayscale: #B8B8B8. Windows color (decimal): -2382145 or 12560091. OLE color: 12560091.

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

Color convert

RGB219166191-
CMYK00.240.130.14
HSL331.7º42.4%75.49%-
HSV(B)331.7º24.2%85.88%-
XYZ52.2546.0955.43-
YUV184.7131.56152.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 191 (75% from 255) = 33.16%
R=38.02%
G=28.82%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916619100.240.130.14331.742.475.49
HexDBA6BF018DE14c2a4b
Octal333246277030151651452113
Binary110110111010011010111111011000110111101010011001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6BF; }

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

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

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

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

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

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

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

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