#CE9BEC

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

Shades of Wisteria #CE9BEC

Tints of Wisteria #CE9BEC

Color information

#CE9BEC (or 0xCE9BEC) is unknown color: approx Wisteria. HEX triplet: CE, 9B and EC. RGB value is (206,155,236). Sum of RGB (Red+Green+Blue) = 206+155+236=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BEC is #316413. Grayscale: #B3B3B3. Windows color (decimal): -3236884 or 15506382. OLE color: 15506382.

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

Color convert

RGB206155236-
CMYK0.130.3400.07
HSL277.78º68.07%76.67%-
HSV(B)277.78º34.32%92.55%-
XYZ52.3242.6284.83-
YUV179.48159.9146.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=34.51%
G=25.96%
B=39.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061552360.130.3400.07277.7868.0776.67
HexCE9BECD2207116444d
Octal316233354154207426104115
Binary1100111010011011111011001101100010011110001011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BEC; }

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

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

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

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

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

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

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

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