#D094EE

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

Shades of Wisteria #D094EE

Tints of Wisteria #D094EE

Color information

#D094EE (or 0xD094EE) is unknown color: approx Wisteria. HEX triplet: D0, 94 and EE. RGB value is (208,148,238). Sum of RGB (Red+Green+Blue) = 208+148+238=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D094EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094EE is #2F6B11. Grayscale: #AFAFAF. Windows color (decimal): -3107602 or 15635664. OLE color: 15635664.

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

Color convert

RGB208148238-
CMYK0.130.3800.07
HSL280º72.58%75.69%-
HSV(B)280º37.82%93.33%-
XYZ52.0340.7686.01-
YUV176.2162.88150.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 148 (58.20% from 255) = 24.92%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=35.02%
G=24.92%
B=40.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081482380.130.3800.0728072.5875.69
HexD094EED2607118494c
Octal320224356154607430111114
Binary1101000010010100111011101101100110011110001100010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094EE; }

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

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

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

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

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

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

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

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