#CFAADA

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

Shades of Wisteria #CFAADA

Tints of Wisteria #CFAADA

Color information

#CFAADA (or 0xCFAADA) is unknown color: approx Wisteria. HEX triplet: CF, AA and DA. RGB value is (207,170,218). Sum of RGB (Red+Green+Blue) = 207+170+218=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAADA is #305525. Grayscale: #BABABA. Windows color (decimal): -3167526 or 14330575. OLE color: 14330575.

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

Color convert

RGB207170218-
CMYK0.050.2200.15
HSL286.25º39.34%76.08%-
HSV(B)286.25º22.02%85.49%-
XYZ52.7647.0872.64-
YUV186.54145.76142.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=34.79%
G=28.57%
B=36.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071702180.050.2200.15286.2539.3476.08
HexCFAADA5160F11e274c
Octal31725233252601743647114
Binary11001111101010101101101010110110011111000111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAADA; }

 p { color: rgb(207,170,218); }

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

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

 a { background-color: rgb(207,170,218); }

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

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

 span { border-color: rgb(207,170,218); }

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