#D0A9EE

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

Shades of Wisteria #D0A9EE

Tints of Wisteria #D0A9EE

Color information

#D0A9EE (or 0xD0A9EE) is unknown color: approx Wisteria. HEX triplet: D0, A9 and EE. RGB value is (208,169,238). Sum of RGB (Red+Green+Blue) = 208+169+238=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9EE is #2F5611. Grayscale: #BCBCBC. Windows color (decimal): -3102226 or 15641040. OLE color: 15641040.

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

Color convert

RGB208169238-
CMYK0.130.2900.07
HSL273.91º66.99%79.8%-
HSV(B)273.91º28.99%93.33%-
XYZ55.6347.9687.21-
YUV188.53155.92141.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=33.82%
G=27.48%
B=38.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081692380.130.2900.07273.9166.9979.8
HexD0A9EED1D071124350
Octal320251356153507422103120
Binary110100001010100111101110110111101011110001001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9EE; }

 p { color: rgb(208,169,238); }

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

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

 a { background-color: rgb(208,169,238); }

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

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

 span { border-color: rgb(208,169,238); }

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