#CEA7D9

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

Shades of Wisteria #CEA7D9

Tints of Wisteria #CEA7D9

Color information

#CEA7D9 (or 0xCEA7D9) is unknown color: approx Wisteria. HEX triplet: CE, A7 and D9. RGB value is (206,167,217). Sum of RGB (Red+Green+Blue) = 206+167+217=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7D9 is #315826. Grayscale: #B8B8B8. Windows color (decimal): -3233831 or 14264270. OLE color: 14264270.

HSL color Cylindrical-coordinate representation of color #CEA7D9: hue angle of 286.8º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA7D9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206167217-
CMYK0.050.2300.15
HSL286.8º39.68%75.29%-
HSV(B)286.8º23.04%85.1%-
XYZ51.845.7771.75-
YUV184.36146.42143.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=34.92%
G=28.31%
B=36.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061672170.050.2300.15286.839.6875.29
HexCEA7D95170F11f284b
Octal31624733152701743750113
Binary11001110101001111101100110110111011111000111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7D9; }

 p { color: rgb(206,167,217); }

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

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

 a { background-color: rgb(206,167,217); }

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

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

 span { border-color: rgb(206,167,217); }

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