#CFABDE

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

Shades of Wisteria #CFABDE

Tints of Wisteria #CFABDE

Color information

#CFABDE (or 0xCFABDE) is unknown color: approx Wisteria. HEX triplet: CF, AB and DE. RGB value is (207,171,222). Sum of RGB (Red+Green+Blue) = 207+171+222=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDE is #305421. Grayscale: #BBBBBB. Windows color (decimal): -3167266 or 14592975. OLE color: 14592975.

HSL color Cylindrical-coordinate representation of color #CFABDE: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFABDE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207171222-
CMYK0.070.2300.13
HSL282.35º43.59%77.06%-
HSV(B)282.35º22.97%87.06%-
XYZ53.4847.6775.49-
YUV187.58147.43141.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 222 (87.11% from 255) = 37%
R=34.5%
G=28.5%
B=37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071712220.070.2300.13282.3543.5977.06
HexCFABDE7170D11a2c4d
Octal31725333672701543254115
Binary11001111101010111101111011110111011011000110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABDE; }

 p { color: rgb(207,171,222); }

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

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

 a { background-color: rgb(207,171,222); }

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

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

 span { border-color: rgb(207,171,222); }

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