#D69EEE

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

Shades of Wisteria #D69EEE

Tints of Wisteria #D69EEE

Color information

#D69EEE (or 0xD69EEE) is unknown color: approx Wisteria. HEX triplet: D6, 9E and EE. RGB value is (214,158,238). Sum of RGB (Red+Green+Blue) = 214+158+238=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #D69EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EEE is #296111. Grayscale: #B7B7B7. Windows color (decimal): -2711826 or 15638230. OLE color: 15638230.

HSL color Cylindrical-coordinate representation of color #D69EEE: hue angle of 282º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D69EEE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214158238-
CMYK0.100.3400.07
HSL282º70.18%77.65%-
HSV(B)282º33.61%93.33%-
XYZ55.3944.9286.64-
YUV183.86158.55149.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=35.08%
G=25.90%
B=39.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141582380.100.3400.0728270.1877.65
HexD69EEEA220711a464e
Octal326236356124207432106116
Binary1101011010011110111011101010100010011110001101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EEE; }

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

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

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

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

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

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

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

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