#D69EEC

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

Shades of Wisteria #D69EEC

Tints of Wisteria #D69EEC

Color information

#D69EEC (or 0xD69EEC) is unknown color: approx Wisteria. HEX triplet: D6, 9E and EC. RGB value is (214,158,236). Sum of RGB (Red+Green+Blue) = 214+158+236=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #D69EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EEC is #296113. Grayscale: #B7B7B7. Windows color (decimal): -2711828 or 15507158. OLE color: 15507158.

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

Color convert

RGB214158236-
CMYK0.090.3300.07
HSL283.08º67.24%77.25%-
HSV(B)283.08º33.05%92.55%-
XYZ55.144.8185.1-
YUV183.64157.55149.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=35.20%
G=25.99%
B=38.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141582360.090.3300.07283.0867.2477.25
HexD69EEC9210711b434d
Octal326236354114107433103115
Binary1101011010011110111011001001100001011110001101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EEC; }

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

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

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

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

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

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

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

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