#D699EB

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

Shades of Wisteria #D699EB

Tints of Wisteria #D699EB

Color information

#D699EB (or 0xD699EB) is unknown color: approx Wisteria. HEX triplet: D6, 99 and EB. RGB value is (214,153,235). Sum of RGB (Red+Green+Blue) = 214+153+235=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #D699EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699EB is #296614. Grayscale: #B4B4B4. Windows color (decimal): -2713109 or 15440342. OLE color: 15440342.

HSL color Cylindrical-coordinate representation of color #D699EB: hue angle of 284.63º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D699EB is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214153235-
CMYK0.090.3500.08
HSL284.63º67.21%76.08%-
HSV(B)284.63º34.89%92.16%-
XYZ54.1243.0884.06-
YUV180.59158.71151.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=35.55%
G=25.42%
B=39.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141532350.090.3500.08284.6367.2176.08
HexD699EB9230811d434c
Octal3262313531143010435103114
Binary11010110100110011110101110011000110100010001110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699EB; }

 p { color: rgb(214,153,235); }

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

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

 a { background-color: rgb(214,153,235); }

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

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

 span { border-color: rgb(214,153,235); }

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