#CFAAE8

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

Shades of Wisteria #CFAAE8

Tints of Wisteria #CFAAE8

Color information

#CFAAE8 (or 0xCFAAE8) is unknown color: approx Wisteria. HEX triplet: CF, AA and E8. RGB value is (207,170,232). Sum of RGB (Red+Green+Blue) = 207+170+232=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAE8 is #305517. Grayscale: #BBBBBB. Windows color (decimal): -3167512 or 15248079. OLE color: 15248079.

HSL color Cylindrical-coordinate representation of color #CFAAE8: hue angle of 275.81º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAAE8 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207170232-
CMYK0.110.2700.09
HSL275.81º57.41%78.82%-
HSV(B)275.81º26.72%90.98%-
XYZ54.6747.8482.7-
YUV188.13152.76141.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=33.99%
G=27.91%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071702320.110.2700.09275.8157.4178.82
HexCFAAE8B1B09114394f
Octal317252350133301142471117
Binary110011111010101011101000101111011010011000101001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAE8; }

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

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

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

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

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

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

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

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