#D29BEC

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

Shades of Wisteria #D29BEC

Tints of Wisteria #D29BEC

Color information

#D29BEC (or 0xD29BEC) is unknown color: approx Wisteria. HEX triplet: D2, 9B and EC. RGB value is (210,155,236). Sum of RGB (Red+Green+Blue) = 210+155+236=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #D29BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BEC is #2D6413. Grayscale: #B4B4B4. Windows color (decimal): -2974740 or 15506386. OLE color: 15506386.

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

Color convert

RGB210155236-
CMYK0.110.3400.07
HSL280.74º68.07%76.67%-
HSV(B)280.74º34.32%92.55%-
XYZ53.4443.284.88-
YUV180.68159.22148.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=34.94%
G=25.79%
B=39.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101552360.110.3400.07280.7468.0776.67
HexD29BECB2207119444d
Octal322233354134207431104115
Binary1101001010011011111011001011100010011110001100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BEC; }

 p { color: rgb(210,155,236); }

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

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

 a { background-color: rgb(210,155,236); }

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

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

 span { border-color: rgb(210,155,236); }

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