#D699EC

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

Shades of Wisteria #D699EC

Tints of Wisteria #D699EC

Color information

#D699EC (or 0xD699EC) is unknown color: approx Wisteria. HEX triplet: D6, 99 and EC. RGB value is (214,153,236). Sum of RGB (Red+Green+Blue) = 214+153+236=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #D699EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699EC is #296613. Grayscale: #B4B4B4. Windows color (decimal): -2713108 or 15505878. OLE color: 15505878.

HSL color Cylindrical-coordinate representation of color #D699EC: hue angle of 284.1º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D699EC is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214153236-
CMYK0.090.3500.07
HSL284.1º68.6%76.27%-
HSV(B)284.1º35.17%92.55%-
XYZ54.2643.1384.82-
YUV180.7159.21151.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 153 (60.16% from 255) = 25.37%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=35.49%
G=25.37%
B=39.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141532360.090.3500.07284.168.676.27
HexD699EC9230711c454c
Octal326231354114307434105114
Binary1101011010011001111011001001100011011110001110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699EC; }

 p { color: rgb(214,153,236); }

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

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

 a { background-color: rgb(214,153,236); }

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

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

 span { border-color: rgb(214,153,236); }

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