#CEA7DF

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

Shades of Wisteria #CEA7DF

Tints of Wisteria #CEA7DF

Color information

#CEA7DF (or 0xCEA7DF) is unknown color: approx Wisteria. HEX triplet: CE, A7 and DF. RGB value is (206,167,223). Sum of RGB (Red+Green+Blue) = 206+167+223=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7DF is #315820. Grayscale: #B8B8B8. Windows color (decimal): -3233825 or 14657486. OLE color: 14657486.

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

Color convert

RGB206167223-
CMYK0.080.2500.13
HSL281.79º46.67%76.47%-
HSV(B)281.79º25.11%87.45%-
XYZ52.5946.0975.94-
YUV185.04149.42142.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=34.56%
G=28.02%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061672230.080.2500.13281.7946.6776.47
HexCEA7DF8190D11a2f4c
Octal316247337103101543257114
Binary110011101010011111011111100011001011011000110101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7DF; }

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

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

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

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

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

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

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

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