#D08EEE

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

Shades of Wisteria #D08EEE

Tints of Wisteria #D08EEE

Color information

#D08EEE (or 0xD08EEE) is unknown color: approx Wisteria. HEX triplet: D0, 8E and EE. RGB value is (208,142,238). Sum of RGB (Red+Green+Blue) = 208+142+238=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EEE is #2F7111. Grayscale: #ACACAC. Windows color (decimal): -3109138 or 15634128. OLE color: 15634128.

HSL color Cylindrical-coordinate representation of color #D08EEE: hue angle of 281.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08EEE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208142238-
CMYK0.130.4000.07
HSL281.25º73.85%74.51%-
HSV(B)281.25º40.34%93.33%-
XYZ51.1238.9385.71-
YUV172.68164.87153.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 142 (55.86% from 255) = 24.15%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=35.37%
G=24.15%
B=40.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081422380.130.4000.07281.2573.8574.51
HexD08EEED28071194a4b
Octal320216356155007431112113
Binary1101000010001110111011101101101000011110001100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EEE; }

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

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

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

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

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

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

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

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