#D8AFE8

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

Shades of Wisteria #D8AFE8

Tints of Wisteria #D8AFE8

Color information

#D8AFE8 (or 0xD8AFE8) is unknown color: approx Wisteria. HEX triplet: D8, AF and E8. RGB value is (216,175,232). Sum of RGB (Red+Green+Blue) = 216+175+232=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFE8 is #275017. Grayscale: #C1C1C1. Windows color (decimal): -2576408 or 15249368. OLE color: 15249368.

HSL color Cylindrical-coordinate representation of color #D8AFE8: hue angle of 283.16º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8AFE8 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216175232-
CMYK0.070.2500.09
HSL283.16º55.34%79.8%-
HSV(B)283.16º24.57%90.98%-
XYZ58.2151.0983.14-
YUV193.76149.58143.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=34.67%
G=28.09%
B=37.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161752320.070.2500.09283.1655.3479.8
HexD8AFE87190911b3750
Octal33025735073101143367120
Binary11011000101011111110100011111001010011000110111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFE8; }

 p { color: rgb(216,175,232); }

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

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

 a { background-color: rgb(216,175,232); }

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

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

 span { border-color: rgb(216,175,232); }

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