#DBA8BD

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

Shades of Shocking #DBA8BD

Tints of Shocking #DBA8BD

Color information

#DBA8BD (or 0xDBA8BD) is unknown color: approx Shocking. HEX triplet: DB, A8 and BD. RGB value is (219,168,189). Sum of RGB (Red+Green+Blue) = 219+168+189=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8BD is #245742. Grayscale: #B9B9B9. Windows color (decimal): -2381635 or 12429531. OLE color: 12429531.

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

Color convert

RGB219168189-
CMYK00.230.140.14
HSL335.29º41.46%75.88%-
HSV(B)335.29º23.29%85.88%-
XYZ52.446.7454.4-
YUV185.64129.9151.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 168 (66.02% from 255) = 29.17%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=38.02%
G=29.17%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916818900.230.140.14335.2941.4675.88
HexDBA8BD017EE14f294c
Octal333250275027161651751114
Binary110110111010100010111101010111111011101010011111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8BD; }

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

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

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

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

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

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

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

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