#D99CEE

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

Shades of Wisteria #D99CEE

Tints of Wisteria #D99CEE

Color information

#D99CEE (or 0xD99CEE) is unknown color: approx Wisteria. HEX triplet: D9, 9C and EE. RGB value is (217,156,238). Sum of RGB (Red+Green+Blue) = 217+156+238=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #D99CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CEE is #266311. Grayscale: #B7B7B7. Windows color (decimal): -2515730 or 15637721. OLE color: 15637721.

HSL color Cylindrical-coordinate representation of color #D99CEE: hue angle of 284.63º degrees, saturation: 0.71, 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 #D99CEE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217156238-
CMYK0.090.3400.07
HSL284.63º70.69%77.25%-
HSV(B)284.63º34.45%93.33%-
XYZ55.9444.786.57-
YUV183.59158.71151.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=35.52%
G=25.53%
B=38.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171562380.090.3400.07284.6370.6977.25
HexD99CEE9220711d474d
Octal331234356114207435107115
Binary1101100110011100111011101001100010011110001110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CEE; }

 p { color: rgb(217,156,238); }

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

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

 a { background-color: rgb(217,156,238); }

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

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

 span { border-color: rgb(217,156,238); }

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