#DBABC3

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

Shades of Shocking #DBABC3

Tints of Shocking #DBABC3

Color information

#DBABC3 (or 0xDBABC3) is unknown color: approx Shocking. HEX triplet: DB, AB and C3. RGB value is (219,171,195). Sum of RGB (Red+Green+Blue) = 219+171+195=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC3 is #24543C. Grayscale: #BCBCBC. Windows color (decimal): -2380861 or 12823515. OLE color: 12823515.

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

Color convert

RGB219171195-
CMYK00.220.110.14
HSL330º40%76.47%-
HSV(B)330º21.92%85.88%-
XYZ53.6348.1358.09-
YUV188.09131.9150.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=37.44%
G=29.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917119500.220.110.143304076.47
HexDBABC3016BE14a284c
Octal333253303026131651250114
Binary110110111010101111000011010110101111101010010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABC3; }

 p { color: rgb(219,171,195); }

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

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

 a { background-color: rgb(219,171,195); }

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

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

 span { border-color: rgb(219,171,195); }

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