#D29DEE

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

Shades of Wisteria #D29DEE

Tints of Wisteria #D29DEE

Color information

#D29DEE (or 0xD29DEE) is unknown color: approx Wisteria. HEX triplet: D2, 9D and EE. RGB value is (210,157,238). Sum of RGB (Red+Green+Blue) = 210+157+238=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #D29DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DEE is #2D6211. Grayscale: #B5B5B5. Windows color (decimal): -2974226 or 15637970. OLE color: 15637970.

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

Color convert

RGB210157238-
CMYK0.120.3400.07
HSL279.26º70.43%77.45%-
HSV(B)279.26º34.03%93.33%-
XYZ54.0743.9986.53-
YUV182.08159.56147.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=34.71%
G=25.95%
B=39.34%

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
Decimal2101572380.120.3400.07279.2670.4377.45
HexD29DEEC2207117464d
Octal322235356144207427106115
Binary1101001010011101111011101100100010011110001011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DEE; }

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

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

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

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

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

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

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

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