#D6A5BE

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

Shades of Shocking #D6A5BE

Tints of Shocking #D6A5BE

Color information

#D6A5BE (or 0xD6A5BE) is unknown color: approx Shocking. HEX triplet: D6, A5 and BE. RGB value is (214,165,190). Sum of RGB (Red+Green+Blue) = 214+165+190=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5BE is #295A41. Grayscale: #B6B6B6. Windows color (decimal): -2710082 or 12494294. OLE color: 12494294.

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

Color convert

RGB214165190-
CMYK00.230.110.16
HSL329.39º37.4%74.31%-
HSV(B)329.39º22.9%83.92%-
XYZ50.4844.9254.73-
YUV182.5132.23150.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=37.61%
G=29.00%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416519000.230.110.16329.3937.474.31
HexD6A5BE017B10149254a
Octal326245276027132051145112
Binary1101011010100101101111100101111011100001010010011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A5BE; }

 p { color: rgb(214,165,190); }

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

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

 a { background-color: rgb(214,165,190); }

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

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

 span { border-color: rgb(214,165,190); }

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