#CFA9DE

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

Shades of Wisteria #CFA9DE

Tints of Wisteria #CFA9DE

Color information

#CFA9DE (or 0xCFA9DE) is unknown color: approx Wisteria. HEX triplet: CF, A9 and DE. RGB value is (207,169,222). Sum of RGB (Red+Green+Blue) = 207+169+222=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9DE is #305621. Grayscale: #BABABA. Windows color (decimal): -3167778 or 14592463. OLE color: 14592463.

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

Color convert

RGB207169222-
CMYK0.070.2400.13
HSL283.02º44.54%76.67%-
HSV(B)283.02º23.87%87.06%-
XYZ53.146.9275.36-
YUV186.4148.09142.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 169 (66.41% from 255) = 28.26%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=34.62%
G=28.26%
B=37.12%

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
Decimal2071692220.070.2400.13283.0244.5476.67
HexCFA9DE7180D11b2d4d
Octal31725133673001543355115
Binary11001111101010011101111011111000011011000110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9DE; }

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

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

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

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

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

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

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

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