#CFA9DB

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

Shades of Wisteria #CFA9DB

Tints of Wisteria #CFA9DB

Color information

#CFA9DB (or 0xCFA9DB) is unknown color: approx Wisteria. HEX triplet: CF, A9 and DB. RGB value is (207,169,219). Sum of RGB (Red+Green+Blue) = 207+169+219=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9DB is #305624. Grayscale: #B9B9B9. Windows color (decimal): -3167781 or 14395855. OLE color: 14395855.

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

Color convert

RGB207169219-
CMYK0.050.2300.14
HSL285.6º40.98%76.08%-
HSV(B)285.6º22.83%85.88%-
XYZ52.7146.7673.26-
YUV186.06146.59142.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=34.79%
G=28.40%
B=36.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071692190.050.2300.14285.640.9876.08
HexCFA9DB5170E11e294c
Octal31725133352701643651114
Binary11001111101010011101101110110111011101000111101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9DB; }

 p { color: rgb(207,169,219); }

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

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

 a { background-color: rgb(207,169,219); }

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

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

 span { border-color: rgb(207,169,219); }

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