#CFA8D8

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

Shades of Wisteria #CFA8D8

Tints of Wisteria #CFA8D8

Color information

#CFA8D8 (or 0xCFA8D8) is unknown color: approx Wisteria. HEX triplet: CF, A8 and D8. RGB value is (207,168,216). Sum of RGB (Red+Green+Blue) = 207+168+216=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFA8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8D8 is #305727. Grayscale: #B8B8B8. Windows color (decimal): -3168040 or 14198991. OLE color: 14198991.

HSL color Cylindrical-coordinate representation of color #CFA8D8: hue angle of 288.75º 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 #CFA8D8 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207168216-
CMYK0.040.2200.15
HSL288.75º38.1%75.29%-
HSV(B)288.75º22.22%84.71%-
XYZ52.1346.2371.14-
YUV185.13145.42143.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=35.03%
G=28.43%
B=36.55%

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
Decimal2071682160.040.2200.15288.7538.175.29
HexCFA8D84160F121264b
Octal31725033042601744146113
Binary11001111101010001101100010010110011111001000011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8D8; }

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

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

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

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

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

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

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

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