#D69BEC

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

Shades of Wisteria #D69BEC

Tints of Wisteria #D69BEC

Color information

#D69BEC (or 0xD69BEC) is unknown color: approx Wisteria. HEX triplet: D6, 9B and EC. RGB value is (214,155,236). Sum of RGB (Red+Green+Blue) = 214+155+236=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #D69BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BEC is #296413. Grayscale: #B5B5B5. Windows color (decimal): -2712596 or 15506390. OLE color: 15506390.

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

Color convert

RGB214155236-
CMYK0.090.3400.07
HSL283.7º68.07%76.67%-
HSV(B)283.7º34.32%92.55%-
XYZ54.5943.7984.93-
YUV181.88158.55150.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=35.37%
G=25.62%
B=39.01%

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
Decimal2141552360.090.3400.07283.768.0776.67
HexD69BEC9220711c444d
Octal326233354114207434104115
Binary1101011010011011111011001001100010011110001110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BEC; }

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

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

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

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

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

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

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

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