#D69EEF

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

Shades of Wisteria #D69EEF

Tints of Wisteria #D69EEF

Color information

#D69EEF (or 0xD69EEF) is unknown color: approx Wisteria. HEX triplet: D6, 9E and EF. RGB value is (214,158,239). Sum of RGB (Red+Green+Blue) = 214+158+239=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #D69EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EEF is #296110. Grayscale: #B7B7B7. Windows color (decimal): -2711825 or 15703766. OLE color: 15703766.

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

Color convert

RGB214158239-
CMYK0.100.3400.06
HSL281.48º71.68%77.84%-
HSV(B)281.48º33.89%93.73%-
XYZ55.5444.9887.42-
YUV183.98159.05149.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=35.02%
G=25.86%
B=39.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141582390.100.3400.06281.4871.6877.84
HexD69EEFA2206119484e
Octal326236357124206431110116
Binary1101011010011110111011111010100010011010001100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EEF; }

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

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

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

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

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

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

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

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