#D29CEB

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

Shades of Wisteria #D29CEB

Tints of Wisteria #D29CEB

Color information

#D29CEB (or 0xD29CEB) is unknown color: approx Wisteria. HEX triplet: D2, 9C and EB. RGB value is (210,156,235). Sum of RGB (Red+Green+Blue) = 210+156+235=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #D29CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CEB is #2D6314. Grayscale: #B4B4B4. Windows color (decimal): -2974485 or 15441106. OLE color: 15441106.

HSL color Cylindrical-coordinate representation of color #D29CEB: hue angle of 281.01º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29CEB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210156235-
CMYK0.110.3400.08
HSL281.01º66.39%76.67%-
HSV(B)281.01º33.62%92.16%-
XYZ53.4643.4884.17-
YUV181.15158.39148.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 156 (61.33% from 255) = 25.96%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=34.94%
G=25.96%
B=39.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101562350.110.3400.08281.0166.3976.67
HexD29CEBB2208119424d
Octal3222343531342010431102115
Binary11010010100111001110101110111000100100010001100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CEB; }

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

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

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

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

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

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

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

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