#CFADE3

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

Shades of Wisteria #CFADE3

Tints of Wisteria #CFADE3

Color information

#CFADE3 (or 0xCFADE3) is unknown color: approx Wisteria. HEX triplet: CF, AD and E3. RGB value is (207,173,227). Sum of RGB (Red+Green+Blue) = 207+173+227=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADE3 is #30521C. Grayscale: #BDBDBD. Windows color (decimal): -3166749 or 14921167. OLE color: 14921167.

HSL color Cylindrical-coordinate representation of color #CFADE3: hue angle of 277.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFADE3 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207173227-
CMYK0.090.2400.11
HSL277.78º49.09%78.43%-
HSV(B)277.78º23.79%89.02%-
XYZ54.5448.779.2-
YUV189.32149.26140.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=34.10%
G=28.50%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071732270.090.2400.11277.7849.0978.43
HexCFADE39180B116314e
Octal317255343113001342661116
Binary110011111010110111100011100111000010111000101101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADE3; }

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

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

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

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

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

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

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

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