#D6A5BC

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

Shades of Shocking #D6A5BC

Tints of Shocking #D6A5BC

Color information

#D6A5BC (or 0xD6A5BC) is unknown color: approx Shocking. HEX triplet: D6, A5 and BC. RGB value is (214,165,188). Sum of RGB (Red+Green+Blue) = 214+165+188=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A5BC is #295A43. Grayscale: #B6B6B6. Windows color (decimal): -2710084 or 12363222. OLE color: 12363222.

HSL color Cylindrical-coordinate representation of color #D6A5BC: hue angle of 331.84º 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 #D6A5BC is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214165188-
CMYK00.230.120.16
HSL331.84º37.4%74.31%-
HSV(B)331.84º22.9%83.92%-
XYZ50.2644.8453.58-
YUV182.27131.23150.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=37.74%
G=29.10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416518800.230.120.16331.8437.474.31
HexD6A5BC017C1014c254a
Octal326245274027142051445112
Binary1101011010100101101111000101111100100001010011001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A5BC; }

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

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

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

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

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

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

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

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