#D5A6BC

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

Shades of Shocking #D5A6BC

Tints of Shocking #D5A6BC

Color information

#D5A6BC (or 0xD5A6BC) is unknown color: approx Shocking. HEX triplet: D5, A6 and BC. RGB value is (213,166,188). Sum of RGB (Red+Green+Blue) = 213+166+188=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6BC is #2A5943. Grayscale: #B6B6B6. Windows color (decimal): -2775364 or 12363477. OLE color: 12363477.

HSL color Cylindrical-coordinate representation of color #D5A6BC: hue angle of 331.91º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6BC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213166188-
CMYK00.220.120.16
HSL331.91º35.88%74.31%-
HSV(B)331.91º22.07%83.53%-
XYZ50.1545.0553.63-
YUV182.56131.07149.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=37.57%
G=29.28%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316618800.220.120.16331.9135.8874.31
HexD5A6BC016C1014c244a
Octal325246274026142051444112
Binary1101010110100110101111000101101100100001010011001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A6BC; }

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

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

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

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

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

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

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

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