#CFA8EB

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

Shades of Wisteria #CFA8EB

Tints of Wisteria #CFA8EB

Color information

#CFA8EB (or 0xCFA8EB) is unknown color: approx Wisteria. HEX triplet: CF, A8 and EB. RGB value is (207,168,235). Sum of RGB (Red+Green+Blue) = 207+168+235=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8EB is #305714. Grayscale: #BBBBBB. Windows color (decimal): -3168021 or 15444175. OLE color: 15444175.

HSL color Cylindrical-coordinate representation of color #CFA8EB: hue angle of 274.93º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA8EB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207168235-
CMYK0.120.2900.08
HSL274.93º62.62%79.02%-
HSV(B)274.93º28.51%92.16%-
XYZ54.7347.2784.84-
YUV187.3154.92142.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 168 (66.02% from 255) = 27.54%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=33.93%
G=27.54%
B=38.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071682350.120.2900.08274.9362.6279.02
HexCFA8EBC1D081133f4f
Octal317250353143501042377117
Binary110011111010100011101011110011101010001000100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8EB; }

 p { color: rgb(207,168,235); }

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

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

 a { background-color: rgb(207,168,235); }

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

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

 span { border-color: rgb(207,168,235); }

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