#D69DEE

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

Shades of Wisteria #D69DEE

Tints of Wisteria #D69DEE

Color information

#D69DEE (or 0xD69DEE) is unknown color: approx Wisteria. HEX triplet: D6, 9D and EE. RGB value is (214,157,238). Sum of RGB (Red+Green+Blue) = 214+157+238=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #D69DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69DEE is #296211. Grayscale: #B7B7B7. Windows color (decimal): -2712082 or 15637974. OLE color: 15637974.

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

Color convert

RGB214157238-
CMYK0.100.3400.07
HSL282.22º70.43%77.45%-
HSV(B)282.22º34.03%93.33%-
XYZ55.2244.5886.58-
YUV183.28158.88149.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=35.14%
G=25.78%
B=39.08%

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
Decimal2141572380.100.3400.07282.2270.4377.45
HexD69DEEA220711a464d
Octal326235356124207432106115
Binary1101011010011101111011101010100010011110001101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DEE; }

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

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

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

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

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

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

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

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