#D69EBA

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

Shades of Shocking #D69EBA

Tints of Shocking #D69EBA

Color information

#D69EBA (or 0xD69EBA) is unknown color: approx Shocking. HEX triplet: D6, 9E and BA. RGB value is (214,158,186). Sum of RGB (Red+Green+Blue) = 214+158+186=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EBA is #296145. Grayscale: #B1B1B1. Windows color (decimal): -2711878 or 12230358. OLE color: 12230358.

HSL color Cylindrical-coordinate representation of color #D69EBA: hue angle of 330º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69EBA is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214158186-
CMYK00.260.130.16
HSL330º40.58%72.94%-
HSV(B)330º26.17%83.92%-
XYZ48.8242.352.04-
YUV177.94132.55153.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=38.35%
G=28.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415818600.260.130.1633040.5872.94
HexD69EBA01AD1014a2949
Octal326236272032152051251111
Binary1101011010011110101110100110101101100001010010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EBA; }

 p { color: rgb(214,158,186); }

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

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

 a { background-color: rgb(214,158,186); }

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

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

 span { border-color: rgb(214,158,186); }

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