#DBAAC3

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

Shades of Shocking #DBAAC3

Tints of Shocking #DBAAC3

Color information

#DBAAC3 (or 0xDBAAC3) is unknown color: approx Shocking. HEX triplet: DB, AA and C3. RGB value is (219,170,195). Sum of RGB (Red+Green+Blue) = 219+170+195=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC3 is #24553C. Grayscale: #BBBBBB. Windows color (decimal): -2381117 or 12823259. OLE color: 12823259.

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

Color convert

RGB219170195-
CMYK00.220.110.14
HSL329.39º40.5%76.27%-
HSV(B)329.39º22.37%85.88%-
XYZ53.4447.7558.03-
YUV187.5132.23150.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 195 (76.56% from 255) = 33.39%
R=37.5%
G=29.11%
B=33.39%

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
Decimal21917019500.220.110.14329.3940.576.27
HexDBAAC3016BE149284c
Octal333252303026131651150114
Binary110110111010101011000011010110101111101010010011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAC3; }

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

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

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

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

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

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

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

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