#CE99EB

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

Shades of Wisteria #CE99EB

Tints of Wisteria #CE99EB

Color information

#CE99EB (or 0xCE99EB) is unknown color: approx Wisteria. HEX triplet: CE, 99 and EB. RGB value is (206,153,235). Sum of RGB (Red+Green+Blue) = 206+153+235=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99EB is #316614. Grayscale: #B1B1B1. Windows color (decimal): -3237397 or 15440334. OLE color: 15440334.

HSL color Cylindrical-coordinate representation of color #CE99EB: hue angle of 278.78º 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 #CE99EB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206153235-
CMYK0.120.3500.08
HSL278.78º67.21%76.08%-
HSV(B)278.78º34.89%92.16%-
XYZ51.8441.983.95-
YUV178.19160.06147.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 153 (60.16% from 255) = 25.76%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=34.68%
G=25.76%
B=39.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061532350.120.3500.08278.7867.2176.08
HexCE99EBC2308117434c
Octal3162313531443010427103114
Binary11001110100110011110101111001000110100010001011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99EB; }

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

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

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

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

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

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

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

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