#D29CEE

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

Shades of Wisteria #D29CEE

Tints of Wisteria #D29CEE

Color information

#D29CEE (or 0xD29CEE) is unknown color: approx Wisteria. HEX triplet: D2, 9C and EE. RGB value is (210,156,238). Sum of RGB (Red+Green+Blue) = 210+156+238=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D29CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CEE is #2D6311. Grayscale: #B5B5B5. Windows color (decimal): -2974482 or 15637714. OLE color: 15637714.

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

Color convert

RGB210156238-
CMYK0.120.3400.07
HSL279.51º70.69%77.25%-
HSV(B)279.51º34.45%93.33%-
XYZ53.943.6586.47-
YUV181.49159.89148.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=34.77%
G=25.83%
B=39.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101562380.120.3400.07279.5170.6977.25
HexD29CEEC2207118474d
Octal322234356144207430107115
Binary1101001010011100111011101100100010011110001100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CEE; }

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

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

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

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

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

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

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

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