#CEA7D8

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

Shades of Wisteria #CEA7D8

Tints of Wisteria #CEA7D8

Color information

#CEA7D8 (or 0xCEA7D8) is unknown color: approx Wisteria. HEX triplet: CE, A7 and D8. RGB value is (206,167,216). Sum of RGB (Red+Green+Blue) = 206+167+216=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7D8 is #315827. Grayscale: #B8B8B8. Windows color (decimal): -3233832 or 14198734. OLE color: 14198734.

HSL color Cylindrical-coordinate representation of color #CEA7D8: hue angle of 287.76º degrees, saturation: 0.39, 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 #CEA7D8 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206167216-
CMYK0.050.2300.15
HSL287.76º38.58%75.1%-
HSV(B)287.76º22.69%84.71%-
XYZ51.6745.7271.07-
YUV184.25145.92143.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 167 (65.62% from 255) = 28.35%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=34.97%
G=28.35%
B=36.67%

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
Decimal2061672160.050.2300.15287.7638.5875.1
HexCEA7D85170F120274b
Octal31624733052701744047113
Binary11001110101001111101100010110111011111001000001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7D8; }

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

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

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

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

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

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

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

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