#CEA9DC

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

Shades of Wisteria #CEA9DC

Tints of Wisteria #CEA9DC

Color information

#CEA9DC (or 0xCEA9DC) is unknown color: approx Wisteria. HEX triplet: CE, A9 and DC. RGB value is (206,169,220). Sum of RGB (Red+Green+Blue) = 206+169+220=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9DC is #315623. Grayscale: #B9B9B9. Windows color (decimal): -3233316 or 14461390. OLE color: 14461390.

HSL color Cylindrical-coordinate representation of color #CEA9DC: hue angle of 283.53º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA9DC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206169220-
CMYK0.060.2300.14
HSL283.53º42.15%76.27%-
HSV(B)283.53º23.18%86.27%-
XYZ52.5646.6773.95-
YUV185.88147.26142.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=34.62%
G=28.40%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061692200.060.2300.14283.5342.1576.27
HexCEA9DC6170E11c2a4c
Octal31625133462701643452114
Binary11001110101010011101110011010111011101000111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9DC; }

 p { color: rgb(206,169,220); }

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

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

 a { background-color: rgb(206,169,220); }

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

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

 span { border-color: rgb(206,169,220); }

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