#CFA9DD

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

Shades of Wisteria #CFA9DD

Tints of Wisteria #CFA9DD

Color information

#CFA9DD (or 0xCFA9DD) is unknown color: approx Wisteria. HEX triplet: CF, A9 and DD. RGB value is (207,169,221). Sum of RGB (Red+Green+Blue) = 207+169+221=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9DD is #305622. Grayscale: #BABABA. Windows color (decimal): -3167779 or 14526927. OLE color: 14526927.

HSL color Cylindrical-coordinate representation of color #CFA9DD: hue angle of 283.85º degrees, saturation: 0.43, 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 #CFA9DD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207169221-
CMYK0.060.2400.13
HSL283.85º43.33%76.47%-
HSV(B)283.85º23.53%86.67%-
XYZ52.9746.8674.66-
YUV186.29147.59142.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 169 (66.41% from 255) = 28.31%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=34.67%
G=28.31%
B=37.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071692210.060.2400.13283.8543.3376.47
HexCFA9DD6180D11c2b4c
Octal31725133563001543453114
Binary11001111101010011101110111011000011011000111001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9DD; }

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

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

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

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

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

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

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

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