#CFA9D8

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

Shades of Wisteria #CFA9D8

Tints of Wisteria #CFA9D8

Color information

#CFA9D8 (or 0xCFA9D8) is unknown color: approx Wisteria. HEX triplet: CF, A9 and D8. RGB value is (207,169,216). Sum of RGB (Red+Green+Blue) = 207+169+216=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFA9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9D8 is #305627. Grayscale: #B9B9B9. Windows color (decimal): -3167784 or 14199247. OLE color: 14199247.

HSL color Cylindrical-coordinate representation of color #CFA9D8: hue angle of 288.51º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA9D8 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207169216-
CMYK0.040.2200.15
HSL288.51º37.6%75.49%-
HSV(B)288.51º21.76%84.71%-
XYZ52.3146.671.2-
YUV185.72145.09143.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 216 (84.77% from 255) = 36.49%
R=34.97%
G=28.55%
B=36.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071692160.040.2200.15288.5137.675.49
HexCFA9D84160F121264b
Octal31725133042601744146113
Binary11001111101010011101100010010110011111001000011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9D8; }

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

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

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

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

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

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

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

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