#CEA7DD

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

Shades of Wisteria #CEA7DD

Tints of Wisteria #CEA7DD

Color information

#CEA7DD (or 0xCEA7DD) is unknown color: approx Wisteria. HEX triplet: CE, A7 and DD. RGB value is (206,167,221). Sum of RGB (Red+Green+Blue) = 206+167+221=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7DD is #315822. Grayscale: #B8B8B8. Windows color (decimal): -3233827 or 14526414. OLE color: 14526414.

HSL color Cylindrical-coordinate representation of color #CEA7DD: hue angle of 283.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA7DD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206167221-
CMYK0.070.2400.13
HSL283.33º44.26%76.08%-
HSV(B)283.33º24.43%86.67%-
XYZ52.3245.9874.52-
YUV184.82148.42143.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 167 (65.62% from 255) = 28.11%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=34.68%
G=28.11%
B=37.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061672210.070.2400.13283.3344.2676.08
HexCEA7DD7180D11b2c4c
Octal31624733573001543354114
Binary11001110101001111101110111111000011011000110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7DD; }

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

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

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

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

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

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

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

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