#D9A6BC

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

Shades of Shocking #D9A6BC

Tints of Shocking #D9A6BC

Color information

#D9A6BC (or 0xD9A6BC) is unknown color: approx Shocking. HEX triplet: D9, A6 and BC. RGB value is (217,166,188). Sum of RGB (Red+Green+Blue) = 217+166+188=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6BC is #265943. Grayscale: #B7B7B7. Windows color (decimal): -2513220 or 12363481. OLE color: 12363481.

HSL color Cylindrical-coordinate representation of color #D9A6BC: hue angle of 334.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6BC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217166188-
CMYK00.240.130.15
HSL334.12º40.16%75.1%-
HSV(B)334.12º23.5%85.1%-
XYZ51.3345.6553.68-
YUV183.76130.4151.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=38.00%
G=29.07%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716618800.240.130.15334.1240.1675.1
HexD9A6BC018DF14e284b
Octal331246274030151751650113
Binary110110011010011010111100011000110111111010011101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6BC; }

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

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

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

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

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

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

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

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