#CFADE5

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

Shades of Wisteria #CFADE5

Tints of Wisteria #CFADE5

Color information

#CFADE5 (or 0xCFADE5) is unknown color: approx Wisteria. HEX triplet: CF, AD and E5. RGB value is (207,173,229). Sum of RGB (Red+Green+Blue) = 207+173+229=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADE5 is #30521A. Grayscale: #BDBDBD. Windows color (decimal): -3166747 or 15052239. OLE color: 15052239.

HSL color Cylindrical-coordinate representation of color #CFADE5: hue angle of 276.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFADE5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207173229-
CMYK0.100.2400.10
HSL276.43º51.85%78.82%-
HSV(B)276.43º24.45%89.8%-
XYZ54.8248.8180.66-
YUV189.55150.26140.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=33.99%
G=28.41%
B=37.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071732290.100.2400.10276.4351.8578.82
HexCFADE5A180A114344f
Octal317255345123001242464117
Binary110011111010110111100101101011000010101000101001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADE5; }

 p { color: rgb(207,173,229); }

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

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

 a { background-color: rgb(207,173,229); }

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

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

 span { border-color: rgb(207,173,229); }

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